unreal.LiveLinkOpenTrackIOTracker

class unreal.LiveLinkOpenTrackIOTracker(notes: str = '', recording: bool = False, slate: str = '', status: str = '')

Bases: StructBase

Live Link Open Track IOTracker

C++ Source:

  • Plugin: LiveLinkOpenTrackIO

  • Module: LiveLinkOpenTrackIO

  • File: LiveLinkOpenTrackIOTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • notes (str): [Read-Write] Non-blank string containing notes about tracking system

  • recording (bool): [Read-Write] Boolean indicating whether tracking system is recording data.

  • slate (str): [Read-Write] Non-blank string describing the recording slate

  • status (str): [Read-Write] Non-blank string describing status of tracking system

property notes: str

[Read-Write] Non-blank string containing notes about tracking system

Type:

(str)

property recording: bool

[Read-Write] Boolean indicating whether tracking system is recording data.

Type:

(bool)

property slate: str

[Read-Write] Non-blank string describing the recording slate

Type:

(str)

property status: str

[Read-Write] Non-blank string describing status of tracking system

Type:

(str)