Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
References
| Module | GoogleARCoreBase |
| Header | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h |
| Include | #include "GoogleARCoreTypes.h" |
Syntax
enum EGoogleARCoreFunctionStatus
&123;
Success,
Fatal,
SessionPaused,
NotTracking,
ResourceExhausted,
NotAvailable,
InvalidType,
IllegalState,
Unknown,
&125;
Values
| Name | Description |
|---|---|
| Success | Function returned successfully. |
| Fatal | Function failed due to Fatal error. |
| SessionPaused | Function failed due to the session isn't running. |
| NotTracking | Function failed due to ARCore session isn't in tracking state. |
| ResourceExhausted | Function failed due to the requested resource is exhausted. |
| NotAvailable | Function failed due to ARCore session hasn't started or the requested resource isn't available yet. |
| InvalidType | Function failed due to the function augment has invalid type. |
| IllegalState | Function failed due to it is invoked at an illegal or inappropriate time. |
| Unknown | Function failed with unknown reason. |
Remarks
Describes the status of most ARCore functions.