Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Tools
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Tools/ControlRigPose.h |
| Include | #include "Tools/ControlRigPose.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FRigControlCopy
Remarks
Data To Store and Apply the Control Rig Pose The Data Stored For Each Control in A Pose.
Variables
| Type | Name | Description | |
|---|---|---|---|
| ERigControlType | ControlType | ||
| FTransform | GlobalTransform | ||
| FTransform | LocalTransform | ||
| FName | Name | ||
| FTransform | OffsetTransform | ||
| FRigElementKey | ParentKey | ||
| FTransform | ParentTransform | ||
| FRigControlValue | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigControlCopy
(
FRigControlElement* InControlElement, |
Destructors
| Type | Name | Description | |
|---|---|---|---|