UGoogleARCoreServicesFunctionLibrary::CreateAndHostCloudARPin

Creating and hosting a CloudARPin and return it immediately.

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|CloudARPin",
          Meta=(Keywords="googlear ar service remove "))
static UCloudARPin * CreateAndHostCloudARPin
(
    UARPin * ARPinToHost,
    EARPinCloudTaskResult & OutTaskResult
)

Remarks

Creating and hosting a CloudARPin and return it immediately.

that this function only start the hosting process. Call GetARPinCloudState to check if the hosting is finished or failed with error.

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