Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Animation > UAnimSequence > GetBonePose_Additive
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 |
void GetBonePose_Additive
&40;
FAnimationPoseData & OutAnimationPoseData,
const FAnimExtractContext & ExtractionContext
&41; const
Remarks
Get Bone Transform of the additive animation for the Time given, relative to Parent for all RequiredBones
Parameters
Name | Description |
---|---|
OutPose | [out] Output bone transforms |
OutCurve | [out] Curves to fill |
ExtractionContext | Extraction Context (position, looping, root motion, etc.) |