UCloudARPin

A CloudARPin will be created when you host an existing ARPin, or resolved a previous hosted CloudARPin.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GoogleARCoreServices

Header

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

Include

#include "GoogleARCoreServicesTypes.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(BlueprintType, Experimental, Category="GoogleARCoreServices|CloudARPin")
class UCloudARPin : public UARPin

Remarks

A CloudARPin will be created when you host an existing ARPin, or resolved a previous hosted CloudARPin. It is a subclass of UARPin so all functions on UARPin works on CloudARPin, besides that you can query its CloudState and CloudID

Constructors

Name Description

Public function

UCloudARPin()

Functions

Name Description

Public function UFunction BlueprintPure, Category

ECloudARPinC...

 

GetARPinCloudState()

Gets the current cloud state of this CloudARPin.

Public function UFunction BlueprintPure, Category

FString

 

GetCloudID()

Gets the CloudID of this CloudARPin.

Public function

void

 

UpdateCloudState

(
    ECloudARPinCloudState NewCloudState,
    FString NewCloudID
)

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