unreal.RigUnit_DebugTransformArrayMutable

class unreal.RigUnit_DebugTransformArrayMutable(execute_context: ControlRigExecuteContext = [], transforms: Array[Transform] = [], mode: RigUnitDebugTransformMode = Ellipsis, color: LinearColor = Ellipsis, thickness: float = 0.0, scale: float = 0.0, space: Name = 'None', world_offset: Transform = Ellipsis, enabled: bool = False)

Bases: RigUnit_DebugBaseMutable

Rig Unit Debug Transform Array Mutable

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_DebugTransform.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • enabled (bool): [Read-Only] Enabled

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

  • mode (RigUnitDebugTransformMode): [Read-Write] Mode

  • scale (float): [Read-Write] Scale

  • space (Name): [Read-Write] Space

  • thickness (float): [Read-Write] Thickness

  • transforms (Array[Transform]): [Read-Write] Transforms

  • world_offset (Transform): [Read-Write] World Offset

property color: LinearColor

[Read-Write] Color

Type:

(LinearColor)

property enabled: bool

[Read-Only] Enabled

Type:

(bool)

property mode: RigUnitDebugTransformMode

[Read-Write] Mode

Type:

(RigUnitDebugTransformMode)

property scale: float

[Read-Write] Scale

Type:

(float)

property space: Name

[Read-Write] Space

Type:

(Name)

property thickness: float

[Read-Write] Thickness

Type:

(float)

property transforms: Array[Transform]

[Read-Write] Transforms

Type:

(Array[Transform])

property world_offset: Transform

[Read-Write] World Offset

Type:

(Transform)