Navigation
API > API/Runtime > API/Runtime/AugmentedReality
| |
|
| Name |
EARTrackingQuality |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h |
| Include Path |
#include "ARTypes.h" |
Syntax
enum EARTrackingQuality
{
NotTracking,
OrientationOnly,
OrientationAndPosition,
}
Values
| Name |
Remarks |
| NotTracking |
The tracking quality is not available. |
| OrientationOnly |
The tracking quality is limited, relying only on the device's motion. |
| OrientationAndPosition |
The tracking quality is good. |