unreal.RigUnit_LiveLinkEvaluteFrameAnimation

class unreal.RigUnit_LiveLinkEvaluteFrameAnimation(subject_name: Name = 'None', draw_debug: bool = False, debug_color: LinearColor = Ellipsis, debug_draw_offset: Transform = Ellipsis, subject_frame: SubjectFrameHandle = [])

Bases: RigUnit_LiveLinkBase

Evaluate current Live Link Animation associated with supplied subject

C++ Source:

  • Plugin: LiveLinkControlRig

  • Module: LiveLinkControlRig

  • File: LiveLinkRigUnits.h

Editor Properties: (see get_editor_property/set_editor_property)

  • debug_color (LinearColor): [Read-Write]

  • debug_draw_offset (Transform): [Read-Write]

  • draw_debug (bool): [Read-Write]

  • subject_frame (SubjectFrameHandle): [Read-Write]

  • subject_name (Name): [Read-Write]

property debug_color: LinearColor

[Read-Write]

Type:

(LinearColor)

property debug_draw_offset: Transform

[Read-Write]

Type:

(Transform)

property draw_debug: bool

[Read-Write]

Type:

(bool)

property subject_frame: SubjectFrameHandle

[Read-Only]

Type:

(SubjectFrameHandle)

property subject_name: Name

[Read-Write]

Type:

(Name)