unreal.GoogleARCoreTrackingState

class unreal.GoogleARCoreTrackingState

Bases: EnumBase

ingroup: GoogleARCoreBase Describes the tracking state of the current ARCore session.

C++ Source:

  • Plugin: GoogleARCore

  • Module: GoogleARCoreBase

  • File: GoogleARCoreTypes.h

NOT_TRACKING: GoogleARCoreTrackingState

Tracking is temporary lost but could recover in the future.

Type:

1

STOPPED_TRACKING: GoogleARCoreTrackingState

Tracking is lost will not recover.

Type:

2

TRACKING: GoogleARCoreTrackingState

Tracking is valid.

Type:

0