unreal.RigUnit_SetControlVector2D
¶
- class unreal.RigUnit_SetControlVector2D(execute_context: ControlRigExecuteContext = [], control: Name = 'None', weight: float = 0.0, vector: Vector2D = Ellipsis)¶
Bases:
RigUnitMutable
SetControlVector2D is used to perform a change in the hierarchy by setting a single control’s Vector2D value.
C++ Source:
Plugin: ControlRig
Module: ControlRig
File: RigUnit_SetControlTransform.h
Editor Properties: (see get_editor_property/set_editor_property)
control
(Name): [Read-Write] The name of the Control to set the transform for.execute_context
(ControlRigExecuteContext): [Read-Write] * This property is used to chain multiple mutable units togethervector
(Vector2D): [Read-Write] The transform value to set for the given Control.weight
(float): [Read-Write] The weight of the change - how much the change should be applied