UGoogleARCoreServicesFunctionLibrary::ConfigGoogleARCoreServices

Configure the current Unreal AR session with the desired GoogleARCoreServices configuration.

Windows
MacOS
Linux

References

Module

GoogleARCoreServices

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCoreServices/Source/GoogleARCoreServices/Public/GoogleARCoreServicesFunctionLibrary.h

Include

#include "GoogleARCoreServicesFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/AR/Google/GoogleARCoreServices/Source/GoogleARCoreServices/Private/GoogleARCoreServicesFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="GoogleARCoreServices|Configuration",
          Meta=(Keywords="googlear ar service config"))
static bool ConfigGoogleARCoreServices
(
    FGoogleARCoreServicesConfig ServiceConfig
)

Remarks

Configure the current Unreal AR session with the desired GoogleARCoreServices configuration. If there is an running AR session, the configuration will take effect immediately. Otherwise, it will take effect when the next AR session is running.

Returns

True if GoogleARCoreServices is configured successfully. False if the configuration failed to apply.

Parameters

Parameter

Description

ServiceConfig

The desired GoogleARCoreServices configuration.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss