UAnimSequence::GetBonePose_Additive

Get Bone Transform of the additive animation for the Time given, relative to Parent for all RequiredBones

Windows
MacOS
Linux

Deprecated

  • Use other GetBonePose_Additive signature

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimSequence.h

Include

#include "Animation/AnimSequence.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimSequence.cpp

Syntax

void GetBonePose_Additive
(
    FAnimationPoseData & OutAnimationPoseData,
    const FAnimExtractContext & ExtractionContext
) const

Remarks

Get Bone Transform of the additive animation for the Time given, relative to Parent for all RequiredBones

Parameters

Parameter

Description

OutPose

[out] Output bone transforms

OutCurve

[out] Curves to fill

ExtractionContext

Extraction Context (position, looping, root motion, etc.)

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