Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyElements.h |
| Include | #include "Rigs/RigHierarchyElements.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigCurrentAndInitialTransform
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRigLocalAndGlobalTransform | Current | ||
| FRigLocalAndGlobalTransform | Initial |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FTransform & | Get
(
const ERigTransformType::Type InTransformType |
||
| void | Load
(
FArchive& Ar, |
||
| void | Save
(
FArchive& Ar, |
||
| void | Set
(
const ERigTransformType::Type InTransformType, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const FRigComputedTransform & | operator[]
(
const ERigTransformType::Type InTransformType |
||
| FRigComputedTransform & | operator[]
(
const ERigTransformType::Type InTransformType |
||
| FRigCurrentAndInitialTransform & | operator=
(
const FRigCurrentAndInitialTransform& InOther |
||
| bool | operator==
(
const FRigCurrentAndInitialTransform& Other |