Navigation
API > API/Plugins > API/Plugins/GoogleARCoreServices
References
| Module | GoogleARCoreServices |
| Header | /Engine/Plugins/Runtime/AR/Google/GoogleARCoreServices/Source/GoogleARCoreServices/Public/GoogleARCoreServicesTypes.h |
| Include | #include "GoogleARCoreServicesTypes.h" |
Syntax
enum EARPinCloudTaskResult
&123;
Success,
Failed,
Started,
CloudARPinNotEnabled,
NotTracking,
SessionPaused,
InvalidPin,
ResourceExhausted,
&125;
Values
| Name | Description |
|---|---|
| Success | CloudARPin hosting/resolving task is successfully completed. |
| Failed | CloudARPin hosting/resolving is failed. |
| Started | CloudARPin hosting/resolving is started successfully. |
| CloudARPinNotEnabled | CloudARPin hosting/resolving failed because ARPin hosting isn't enabled. |
| NotTracking | CloudARPin hosting/resolving failed because ARPin is not in Tracking State. |
| SessionPaused | CloudARPin hosting/resolving failed because there is no valid ARSession or the session is paused. |
| InvalidPin | CloudARPin hosting failed because the input ARPin is invalid. |
| ResourceExhausted | CloudARPin hosting failed because a new CloudARPin couldn't be created in ARSystem due to resource exhausted. |
Remarks
A enum describes the CloudARPin task result.