Navigation
Unreal Engine C++ API Reference > Plugins > GoogleARCoreServices > UGoogleARCoreServicesFunctionLibrary
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 |
UFUNCTION&40;BlueprintCallable, Category&61;"GoogleARCoreServices&124;Configuration",
Meta&61;&40;Keywords&61;"googlear ar service config"&41;&41;
static bool ConfigGoogleARCoreServices
&40;
FGoogleARCoreServicesConfig ServiceConfig
&41;
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. True if GoogleARCoreServices is configured successfully. False if the configuration failed to apply.
Parameters
Name | Description |
---|---|
ServiceConfig | The desired GoogleARCoreServices configuration. |