Navigation
API > API/Plugins > API/Plugins/ControlRig
| |
|
| Name |
EPoseAssetGetPoseForItemsMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_PoseAsset.h |
| Include Path |
#include "Units/Hierarchy/RigUnit_PoseAsset.h" |
Syntax
enum EPoseAssetGetPoseForItemsMode
{
Raw,
ApplyToCurrent,
ApplyToInitial,
}
Values
| Name |
Remarks |
| Raw |
Returns the pose without accumulating it at all. |
| ApplyToCurrent |
Applies the pose to the current local transform |
| ApplyToInitial |
Applies the pose to the initial pose local transform |