Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchy > API/Plugins/ControlRig/Rigs/URigHierarchy/GetPose
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include | #include "Rigs/RigHierarchy.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchy.cpp |
FRigPose GetPose
(
bool bInitial,
ERigElementType InElementType,
const FRigElementKeyCollection & InItems,
bool bIncludeTransientControls
) const
Remarks
Returns the current / initial pose of the hierarchy The pose of the hierarchy
Parameters
| Name | Description |
|---|---|
| bInitial | If set to true the initial pose will be returned |
| InElementType | The types of elements to get |
| InItems | An optional list of items to get |
| bIncludeTransientControls | If true the transient controls will be included in the pose |