Navigation
API > API/Plugins > API/Plugins/GoogleARCoreServices > API/Plugins/GoogleARCoreServices/UGoogleARCoreServicesFunctionLib-
Description
Creating and Resolving a CloudARPin and return it immediately. Note that this function only start the acquiring process. Call GetARPinCloudState to check if the acquiring is finished or failed with error.
| Name | CreateAndResolveCloudARPin |
| 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=(Keywords="googlear ar service remove "))
static UCloudARPin * CreateAndResolveCloudARPin
(
FString CloudId,
EARPinCloudTaskResult & OutTaskResult
)