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 GetAnimPoseAtTimeIntervals
&40;
const UAnimSequenceBase &42; AnimationSequenceBase,
TArray< double > TimeIntervals,
FAnimPoseEvaluationOptions EvaluationOptions,
TArray< FAnimPose > & InOutPoses
&41;
Remarks
Evaluates an Animation Sequence Base at different time intervals to generate a valid Anim Pose instances
Parameters
| Name | Description |
|---|---|
| AnimationSequenceBase | Animation sequence base to evaluate the pose from |
| TimeIntervals | Times at which the pose should be evaluated |
| EvaluationOptions | Options determining the way the pose should be evaluated |
| InOutPoses | Anim Poses holding the evaluated data (number matches TimeIntervals) |