unreal.ARSessionStatus

class unreal.ARSessionStatus(additional_info: str = '', status: ARSessionStatusType = Ellipsis)

Bases: StructBase

The current state of the AR subsystem including an optional explanation string.

C++ Source:

  • Module: AugmentedReality

  • File: ARTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • additional_info (str): [Read-Write] Optional information about the current status of the system.

  • status (ARSessionStatusType): [Read-Write] The current status of the AR subsystem.

property additional_info: str

[Read-Only] Optional information about the current status of the system.

Type:

(str)

property status: ARSessionStatusType

[Read-Only] The current status of the AR subsystem.

Type:

(ARSessionStatusType)