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