unreal.RigUnit_DrawContainerSetColor

class unreal.RigUnit_DrawContainerSetColor(execute_context: ControlRigExecuteContext = [], instruction_name: Name = 'None', color: LinearColor = Ellipsis)

Bases: RigUnitMutable

Set Imported Draw Container curve 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

  • execute_context (ControlRigExecuteContext): [Read-Write] Execute Context: * This property is used to chain multiple mutable units together

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

property color: LinearColor

[Read-Write] Color

Type:

(LinearColor)

property instruction_name: Name

[Read-Only] Instruction Name

Type:

(Name)