unreal.ARPinCloudTaskResult

class unreal.ARPinCloudTaskResult

Bases: EnumBase

ingroup: GoogleARCoreServices A enum describes the CloudARPin task result.

C++ Source:

  • Plugin: GoogleARCoreServices

  • Module: GoogleARCoreServices

  • File: GoogleARCoreServicesTypes.h

CLOUD_AR_PIN_NOT_ENABLED: ARPinCloudTaskResult

CloudARPin hosting/resolving failed because ARPin hosting isn’t enabled.

Type:

3

FAILED: ARPinCloudTaskResult

CloudARPin hosting/resolving is failed. Check the CloudARPin cloud state for details why it failed. Only used the latent action UGoogleARCoreServicesFunctionLibrary::CreateAndHostCloudARPinLatentAction and UGoogleARCoreServicesFunctionLibrary::CreateAndResolveCloudARPinLatentAction.

Type:

1

INVALID_PIN: ARPinCloudTaskResult

CloudARPin hosting failed because the input ARPin is invalid.

Type:

6

NOT_TRACKING: ARPinCloudTaskResult

CloudARPin hosting/resolving failed because ARPin is not in Tracking State.

Type:

4

RESOURCE_EXHAUSTED: ARPinCloudTaskResult

CloudARPin hosting failed because a new CloudARPin couldn’t be created in ARSystem due to resource exhausted.

Type:

7

SESSION_PAUSED: ARPinCloudTaskResult

CloudARPin hosting/resolving failed because there is no valid ARSession or the session is paused.

Type:

5

STARTED: ARPinCloudTaskResult

CloudARPin hosting/resolving is started successfully. Only used the non-latent UGoogleARCoreServicesFunctionLibrary::HostARPin and UGoogleARCoreServicesFunctionLibrary::AcquireHostedARPin.

Type:

2

SUCCESS: ARPinCloudTaskResult

CloudARPin hosting/resolving task is successfully completed. Only used the latent action UGoogleARCoreServicesFunctionLibrary::CreateAndHostCloudARPinLatentAction and UGoogleARCoreServicesFunctionLibrary::CreateAndResolveCloudARPinLatentAction.

Type:

0