Description
SetControlScaleOffset is used to perform a change in the hierarchy by setting a single control's scale offset. This is typically only used during the Construction Event.
Information
| Plugin | ControlRig |
| Category | Controls |
| Tags | SetControlOffset,Initial,InitialTransform,SetInitialTransform,SetInitialControlTransform,SetControlScaleOffset,SetInitialScale,SetInitialScale |
| Type | FRigUnit_SetControlScaleOffset |
IO
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Scale | The new scale offset to set on the control | Vector | (X=1.000000,Y=1.000000,Z=1.000000) |
| ExecutePin | This property is used to chain multiple mutable units together | Execute Context |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Control | The name of the Control to set the transform for. | FName | None |
| Space | Defines if the control's transform should be set in local or global space. | Rig VMTransform Space | GlobalSpace |