unreal.LiveLinkOpenTrackIOTransform

class unreal.LiveLinkOpenTrackIOTransform(translation: LiveLinkOpenTrackIO_XYZ = Ellipsis, rotation: LiveLinkOpenTrackIO_Rotator = Ellipsis, scale: LiveLinkOpenTrackIO_XYZ = Ellipsis, id: str = '')

Bases: StructBase

Live Link Open Track IOTransform

C++ Source:

  • Plugin: LiveLinkOpenTrackIO

  • Module: LiveLinkOpenTrackIO

  • File: LiveLinkOpenTrackIOTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • id (str): [Read-Write] OpenTrackIO identifier (can be empty)

  • rotation (LiveLinkOpenTrackIO_Rotator): [Read-Write] Rotation part of a OpenTrackIO xform

  • scale (LiveLinkOpenTrackIO_XYZ): [Read-Write] Scale part of a OpenTrackIO xform

  • translation (LiveLinkOpenTrackIO_XYZ): [Read-Write] Translation part of a OpenTrackIO xform

property id: str

[Read-Write] OpenTrackIO identifier (can be empty)

Type:

(str)

property rotation: LiveLinkOpenTrackIO_Rotator

[Read-Write] Rotation part of a OpenTrackIO xform

Type:

(LiveLinkOpenTrackIO_Rotator)

property scale: LiveLinkOpenTrackIO_XYZ

[Read-Write] Scale part of a OpenTrackIO xform

Type:

(LiveLinkOpenTrackIO_XYZ)

property translation: LiveLinkOpenTrackIO_XYZ

[Read-Write] Translation part of a OpenTrackIO xform

Type:

(LiveLinkOpenTrackIO_XYZ)