UPoseAsset::GetAnimationPose

Get Animation Pose from one pose of PoseIndex and with PoseWeight This returns OutPose and OutCurve of one pose of PoseIndex with PoseWeight

Windows
MacOS
Linux

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

Syntax

bool GetAnimationPose
(
    struct FAnimationPoseData & OutAnimationPoseData,
    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

Parameter

Description

OutPose

Pose object to fill

InOutCurve

Curves to fill

PoseIndex

Index of Pose

PoseWeight

Weight of pose

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss