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&40;BlueprintType&41;
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 |
||
| bool & | GetDirtyFlag
(
const ERigTransformType::Type InTransformType |
||
| const bool & | GetDirtyFlag
(
const ERigTransformType::Type InTransformType |
||
| bool | IsDirty
(
const ERigTransformType::Type InTransformType |
||
| void | |||
| void | MarkDirty
(
const ERigTransformType::Type InTransformType |
||
| void | |||
| void | Set
(
const ERigTransformType::Type InTransformType, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const FRigComputedTransform & | operator[]
(
const ERigTransformType::Type InTransformType |
||
| FRigComputedTransform & | operator[]
(
const ERigTransformType::Type InTransformType |
||
| bool | operator==
(
const FRigCurrentAndInitialTransform& Other |