Navigation
API > API/Plugins > API/Plugins/GoogleARCoreServices > API/Plugins/GoogleARCoreServices/UGoogleARCoreServicesFunctionLib-
Description
Creating and hosting a CloudARPin and return it immediately. Note that this function only start the hosting process. Call GetARPinCloudState to check if the hosting is finished or failed with error.
| Name | CreateAndHostCloudARPin |
| Type | function |
| Header File | /Engine/Plugins/Runtime/AR/Google/GoogleARCoreServices/Source/GoogleARCoreServices/Public/GoogleARCoreServicesFunctionLibrary.h |
| Include Path | #include "GoogleARCoreServicesFunctionLibrary.h" |
| Source | /Engine/Plugins/Runtime/AR/Google/GoogleARCoreServices/Source/GoogleARCoreServices/Private/GoogleARCoreServicesFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="GoogleARCoreServices|CloudARPin",
Meta=(LifetimeInDays=1, Keywords="googlear ar service remove "))
static UCloudARPin * CreateAndHostCloudARPin
(
UARPin * ARPinToHost,
int32 LifetimeInDays,
EARPinCloudTaskResult & OutTaskResult
)