Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_SetSpaceTransform
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_SetSpaceTransform.h |
| Include | #include "Units/Hierarchy/RigUnit_SetSpaceTransform.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Set Space", Category="Hierarchy", DocumentationPolicy="Strict", Keywords="SetSpaceTransform", Deprecated="4.25"))
struct FRigUnit_SetSpaceTransform : public FRigUnitMutable
Remarks
SetSpaceTransform is used to perform a change in the hierarchy by setting a single space's transform.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCachedRigElement | CachedSpaceIndex | Used to cache the internally used bone index. | |
| FName | Space | The name of the Space to set the transform for. | |
| ERigVMTransformSpace | SpaceType | Defines if the bone's transform should be set in local or global space. | |
| FTransform | Transform | The transform value to set for the given Space. | |
| 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 |