unreal.LiveLinkTransformFrameData

class unreal.LiveLinkTransformFrameData(meta_data: LiveLinkMetaData = Ellipsis, property_values: None = [], transform: Transform = Ellipsis)

Bases: LiveLinkBaseFrameData

Dynamic data for Transform

C++ Source:

  • Module: LiveLinkInterface

  • File: LiveLinkTransformTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • meta_data (LiveLinkMetaData): [Read-Write] Frame’s metadata.

  • property_values (Array[float]): [Read-Write] Values of the properties defined in the static structure. Use FLiveLinkBaseStaticData.FindPropertyValue to evaluate.

  • transform (Transform): [Read-Write] Transform of the frame

  • world_time (LiveLinkWorldTime): [Read-Only] Time in seconds the frame was created.

property transform: Transform

[Read-Write] Transform of the frame

Type:

(Transform)