Description
GetControlVector is used to retrieve a single Vector from a hierarchy, can be used for Controls of type "Position" or "Scale".
| Name |
Description |
Permitted Types |
Default Value |
| Control |
The name of the Control to retrieve the Vector for. |
FName |
None |
| Space |
Defines if the Control's Vector should be retrieved in local or global space. |
Rig VMTransform Space |
GlobalSpace |
Outputs
| Name |
Description |
Permitted Types |
Default Value |
| Vector |
The current value of the control. |
Vector |
|
| Minimum |
The minimum value of the control. |
Vector |
|
| Maximum |
The maximum value of the control. |
Vector |
|