unreal.ARSessionStatus

class unreal.ARSessionStatus(additional_info='', status=ARSessionStatusType.OTHER)

Bases: unreal.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

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

Type

(str)

property status

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

Type

(ARSessionStatusType)