unreal.RigUnit_GetControlTransform

class unreal.RigUnit_GetControlTransform(control: Name = 'None', space: RigVMTransformSpace = Ellipsis, transform: Transform = Ellipsis, minimum: Transform = Ellipsis, maximum: Transform = Ellipsis)

Bases: RigUnit

GetControlTransform is used to retrieve a single transform from a hierarchy.

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_GetControlTransform.h

Editor Properties: (see get_editor_property/set_editor_property)

  • control (Name): [Read-Write] The name of the Control to retrieve the transform for.

  • maximum (Transform): [Read-Write] The maximum value of the control.

  • minimum (Transform): [Read-Write] The minimum value of the control.

  • space (RigVMTransformSpace): [Read-Write] Defines if the Control’s transform should be retrieved in local or global space.

  • transform (Transform): [Read-Write] The current value of the control.

property control: Name

[Read-Write] The name of the Control to retrieve the transform for.

Type:

(Name)

property maximum: Transform

[Read-Only] The maximum value of the control.

Type:

(Transform)

property minimum: Transform

[Read-Only] The minimum value of the control.

Type:

(Transform)

property space: RigVMTransformSpace

[Read-Write] Defines if the Control’s transform should be retrieved in local or global space.

Type:

(RigVMTransformSpace)

property transform: Transform

[Read-Only] The current value of the control.

Type:

(Transform)