EARGeoTrackingStateReason

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

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

Include

#include "ARGeoTrackingSupport.h"

Syntax

enum EARGeoTrackingStateReason
{
    None,
    NotAvailableAtLocation,
    NeedLocationPermissions,
    DevicePointedTooLow,
    WorldTrackingUnstable,
    WaitingForLocation,
    GeoDataNotLoaded,
    VisualLocalizationFailed,
    WaitingForAvailabilityCheck,
}

Values

Name

Description

None

No issues reported.

NotAvailableAtLocation

Geo tracking is not available at the location.

NeedLocationPermissions

Geo tracking needs location permissions from the user.

DevicePointedTooLow

The user is pointing the device too low to use geo tracking.

WorldTrackingUnstable

The session is unsure of the device's pose in the physical environment.

WaitingForLocation

The framework is waiting for a position for the user.

GeoDataNotLoaded

The framework is actively attempting to download localization imagery.

VisualLocalizationFailed

The framework failed to match its localization imagery with the device's camera captures.

WaitingForAvailabilityCheck

The framework is waiting for the availability check.

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback