Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchy > API/Plugins/ControlRig/Rigs/URigHierarchy/SetPose
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 |
void SetPose
(
const FRigPose & InPose,
ERigTransformType::Type InTransformType,
ERigElementType InElementType,
const FRigElementKeyCollection & InItems,
float InWeight
)
Remarks
Sets the current / initial pose of the hierarchy
Parameters
| Name | Description |
|---|---|
| InPose | The pose to set on the hierarchy |
| InTransformType | The transform type to set |
| InElementType | The types of elements to set |
| InItems | An optional list of items to set |
| InWeight | A weight to define how much the pose needs to be mixed in |