unreal.LiveLinkOpenTrackIOStatics

class unreal.LiveLinkOpenTrackIOStatics(duration: LiveLinkOpenTrackIOStaticDuration = Ellipsis, camera: LiveLinkOpenTrackIOStaticCamera = Ellipsis, lens: LiveLinkOpenTrackIOStaticLens = Ellipsis, tracker: LiveLinkOpenTrackIOStaticTracker = Ellipsis)

Bases: StructBase

Static data from a parsed OpenTrackIO datagram. Per the spec this will be sent periodically from the source.

C++ Source:

  • Plugin: LiveLinkOpenTrackIO

  • Module: LiveLinkOpenTrackIO

  • File: LiveLinkOpenTrackIOTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • camera (LiveLinkOpenTrackIOStaticCamera): [Read-Write]

  • duration (LiveLinkOpenTrackIOStaticDuration): [Read-Write]

  • lens (LiveLinkOpenTrackIOStaticLens): [Read-Write]

  • tracker (LiveLinkOpenTrackIOStaticTracker): [Read-Write]

property camera: LiveLinkOpenTrackIOStaticCamera

[Read-Write]

Type:

(LiveLinkOpenTrackIOStaticCamera)

property duration: LiveLinkOpenTrackIOStaticDuration

[Read-Write]

Type:

(LiveLinkOpenTrackIOStaticDuration)

property lens: LiveLinkOpenTrackIOStaticLens

[Read-Write]

Type:

(LiveLinkOpenTrackIOStaticLens)

property tracker: LiveLinkOpenTrackIOStaticTracker

[Read-Write]

Type:

(LiveLinkOpenTrackIOStaticTracker)