unreal.RigUnit_DrawContainerGetInstruction

class unreal.RigUnit_DrawContainerGetInstruction(instruction_name: Name = 'None', color: LinearColor = Ellipsis, transform: Transform = Ellipsis)

Bases: RigUnit

Get Imported Draw Container curve transform and color

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_DrawContainer.h

Editor Properties: (see get_editor_property/set_editor_property)

  • color (LinearColor): [Read-Write] Color

  • instruction_name (Name): [Read-Only] Instruction Name

  • transform (Transform): [Read-Write] Transform

property color: LinearColor

[Read-Only] Color

Type:

(LinearColor)

property instruction_name: Name

[Read-Only] Instruction Name

Type:

(Name)

property transform: Transform

[Read-Only] Transform

Type:

(Transform)