Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_SetControlTransform
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_SetControlTransform.h |
| Include | #include "Units/Hierarchy/RigUnit_SetControlTransform.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Set Control Transform", Category="Controls", DocumentationPolicy="Strict", Keywords="SetControlTransform,SetGizmoTransform", Deprecated="4.25"))
struct FRigUnit_SetControlTransform : public FRigUnitMutable
Remarks
SetControlTransform is used to perform a change in the hierarchy by setting a single control's transform.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCachedRigElement | CachedControlIndex | Used to cache the internally used bone index. | |
| FName | Control | The name of the Control to set the transform for. | |
| ERigVMTransformSpace | Space | Defines if the bone's transform should be set in local or global space. | |
| FTransform | Transform | The transform value to set for the given Control. | |
| float | Weight | The weight of the change - how much the change should be applied |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct | |
| FRigVMStructUpgradeInfo |