Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UPoseAsset > API/Runtime/Engine/Animation/UPoseAsset/GetAnimationPose
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/PoseAsset.h |
| Include | #include "Animation/PoseAsset.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/PoseAsset.cpp |
bool GetAnimationPose
(
struct FCompactPose & OutPose,
FBlendedCurve & OutCurve,
const FAnimExtractContext & ExtractionContext
) const
Remarks
Get Animation Pose from one pose of PoseIndex and with PoseWeight This returns OutPose and OutCurve of one pose of PoseIndex with PoseWeight
Parameters
| Name | Description |
|---|---|
| OutPose | Pose object to fill |
| InOutCurve | Curves to fill |
| PoseIndex | Index of Pose |
| PoseWeight | Weight of pose |