Navigation
API > API/Editor > API/Editor/AnimationBlueprintLibrary > API/Editor/AnimationBlueprintLibrary/UAnimPoseExtensions
References
| Module | AnimationBlueprintLibrary |
| Header | /Engine/Source/Editor/AnimationBlueprintLibrary/Public/AnimPose.h |
| Include | #include "AnimPose.h" |
| Source | /Engine/Source/Editor/AnimationBlueprintLibrary/Private/AnimPose.cpp |
static void GetAnimPoseAtFrame
&40;
const UAnimSequenceBase &42; AnimationSequenceBase,
int32 FrameIndex,
FAnimPoseEvaluationOptions EvaluationOptions,
FAnimPose & Pose
&41;
Remarks
Evaluates an Animation Sequence Base to generate a valid Anim Pose instance
Parameters
| Name | Description |
|---|---|
| AnimationSequenceBase | Animation sequence base to evaluate the pose from |
| FrameIndex | Exact frame at which the pose should be evaluated |
| EvaluationOptions | Options determining the way the pose should be evaluated |
| Pose | Anim Pose to hold the evaluated data |