EGoogleARCoreTrackingState

Describes the tracking state of the current ARCore session.

Windows
MacOS
Linux

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h

Include

#include "GoogleARCoreTypes.h"

Syntax

enum EGoogleARCoreTrackingState
{
    Tracking           = 0,
    NotTracking        = 1,
    StoppedTracking    = 2,
}

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.

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