EARTrackingQualityReason

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h

Include

#include "ARTypes.h"

Syntax

enum EARTrackingQualityReason
{
    None,
    Initializing,
    Relocalizing,
    ExcessiveMotion,
    InsufficientFeatures,
}

Values

Name

Description

None

Current Tracking is not limited

Initializing

The AR session has not yet gathered enough camera or motion data to provide tracking information.

Relocalizing

The AR session is attempting to resume after an interruption.

ExcessiveMotion

The device is moving too fast for accurate image-based position tracking.

InsufficientFeatures

The scene visible to the camera does not contain enough distinguishable features for image-based position tracking.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss