Navigation
API > API/Plugins > API/Plugins/ControlRig
GetShapeTransform is used to retrieve single control's shape transform. This is typically only used during the Construction Event.
| Name | FRigUnit_GetShapeTransform |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_SetControlOffset.h |
| Include Path | #include "Units/Hierarchy/RigUnit_SetControlOffset.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Get Shape Transform", Category="Controls", DocumentationPolicy="Strict", Keywords="GetControlShapeTransform,Gizmo,GizmoTransform,MeshTransform", NodeColor="0, 0.364706, 1.0"))
struct FRigUnit_GetShapeTransform : public FRigUnit
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnit_GetShapeTransform
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigUnit_GetShapeTransform() |
Units/Hierarchy/RigUnit_SetControlOffset.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedControlIndex | FCachedRigElement | User to internally cache the index of the bone | Units/Hierarchy/RigUnit_SetControlOffset.h | |
| Control | FName | The name of the Control to set the transform for. | Units/Hierarchy/RigUnit_SetControlOffset.h |
|
| Transform | FTransform | The shape transform to set for the control | Units/Hierarchy/RigUnit_SetControlOffset.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Units/Hierarchy/RigUnit_SetControlOffset.h |