Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyPose.h |
| Include | #include "Rigs/RigHierarchyPose.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FRigPose
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FRigPoseElement > | Elements | ||
| int32 | HierarchyTopologyVersion | ||
| int32 | PoseHash |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigPose () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FRigPoseElement >::RangedForIteratorType | begin () |
||
| TArray< FRigPoseElement >::RangedForConstIteratorType | begin () |
||
| bool | Contains
(
const FRigElementKey& InKey |
||
| TArray< FRigPoseElement >::RangedForIteratorType | end () |
||
| TArray< FRigPoseElement >::RangedForConstIteratorType | end () |
||
| int32 | GetIndex
(
const FRigElementKey& InKey |
||
| bool | IsValidIndex
(
int32 InIndex |
||
| int32 | Num () |
||
| void | Reset () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const FRigPoseElement & | operator[]
(
int32 InIndex |
||
| FRigPoseElement & | operator[]
(
int32 InIndex |