unreal.ARPinCloudTaskResult
¶
- class unreal.ARPinCloudTaskResult¶
Bases:
unreal.EnumBase
ingroup: GoogleARCoreServices A enum describes the CloudARPin task result.
C++ Source:
Plugin: GoogleARCoreServices
Module: GoogleARCoreServices
File: GoogleARCoreServicesTypes.h
- CLOUD_AR_PIN_NOT_ENABLED¶
CloudARPin hosting/resolving failed because ARPin hosting isn’t enabled.
- Type
3
- FAILED¶
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¶
CloudARPin hosting failed because the input ARPin is invalid.
- Type
6
- NOT_TRACKING¶
CloudARPin hosting/resolving failed because ARPin is not in Tracking State.
- Type
4
- RESOURCE_EXHAUSTED¶
CloudARPin hosting failed because a new CloudARPin couldn’t be created in ARSystem due to resource exhausted.
- Type
7
- SESSION_PAUSED¶
CloudARPin hosting/resolving failed because there is no valid ARSession or the session is paused.
- Type
5
- STARTED¶
CloudARPin hosting/resolving is started successfully. Only used the non-latent UGoogleARCoreServicesFunctionLibrary::HostARPin and UGoogleARCoreServicesFunctionLibrary::AcquireHostedARPin.
- Type
2
- SUCCESS¶
CloudARPin hosting/resolving task is successfully completed. Only used the latent action UGoogleARCoreServicesFunctionLibrary::CreateAndHostCloudARPinLatentAction and UGoogleARCoreServicesFunctionLibrary::CreateAndResolveCloudARPinLatentAction.
- Type
0