UCloudARPin
#include <GoogleARCoreServicesTypes.h>
A CloudARPin will be created when you host an existing ARPin, or resolved a previous hosted CloudARPin.
Summary
It is a subclass of UARPin so all functions on UARPin works on CloudARPin, besides that you can query its CloudState and CloudID
Inheritance
Inherits from: UARPin
Constructors and Destructors |
|
---|---|
UCloudARPin()
|
Public functions |
|
---|---|
GetARPinCloudState()
|
Gets the current cloud state of this CloudARPin.
|
GetCloudID()
|
FString
Gets the CloudID of this CloudARPin.
|
UpdateCloudState(ECloudARPinCloudState NewCloudState, FString NewCloudID)
|
void
|
Public functions
GetARPinCloudState
ECloudARPinCloudState GetARPinCloudState()
Gets the current cloud state of this CloudARPin.
Note that the cloud state will only be updated once per frame.
GetCloudID
FString GetCloudID()
Gets the CloudID of this CloudARPin.
Details | |
---|---|
Returns |
Return a non-empty FString if the CloudARPin is ready. otherwise, return an empty FString.
|
UCloudARPin
UCloudARPin()
UpdateCloudState
void UpdateCloudState( ECloudARPinCloudState NewCloudState, FString NewCloudID )