Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UPoseAsset > API/Runtime/Engine/Animation/UPoseAsset/GetAnimationPose
Deprecated * Use GetAnimationPose with other signature
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
&40;
struct FAnimationPoseData & OutAnimationPoseData,
const FAnimExtractContext & ExtractionContext
&41; 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 |