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 EGoogleARCoreTrackingState
&123;
Tracking = 0,
NotTracking = 1,
StoppedTracking = 2,
&125;
Values
| Name | Description |
|---|---|
| Tracking | Tracking is valid. |
| NotTracking | Tracking is temporary lost but could recover in the future. |
| StoppedTracking | Tracking is lost will not recover. |
Remarks
Describes the tracking state of the current ARCore session.