unreal.LiveLinkOpenTrackIOStaticTracker

class unreal.LiveLinkOpenTrackIOStaticTracker(make: str = '', model: str = '', serial_number: str = '', firmware_version: str = '')

Bases: StructBase

Live Link Open Track IOStatic Tracker

C++ Source:

  • Plugin: LiveLinkOpenTrackIO

  • Module: LiveLinkOpenTrackIO

  • File: LiveLinkOpenTrackIOTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • firmware_version (str): [Read-Write] Non-blank string identifying tracking device firmware version

  • make (str): [Read-Write] Non-blank string naming tracking device manufacturer

  • model (str): [Read-Write] Non-blank string identifying tracking device model

  • serial_number (str): [Read-Write] Non-blank string uniquely identifying the tracking device

property firmware_version: str

[Read-Write] Non-blank string identifying tracking device firmware version

Type:

(str)

property make: str

[Read-Write] Non-blank string naming tracking device manufacturer

Type:

(str)

property model: str

[Read-Write] Non-blank string identifying tracking device model

Type:

(str)

property serial_number: str

[Read-Write] Non-blank string uniquely identifying the tracking device

Type:

(str)