Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Animation > UAnimBoneCompressionCodec > DecompressPose
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimBoneCompressionCodec.h |
Include | #include "Animation/AnimBoneCompressionCodec.h" |
Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimBoneCompressionCodec.cpp |
virtual void DecompressPose
&40;
FAnimSequenceDecompressionContext & DecompContext,
const UE::Anim::FAnimPoseDecompressionData & DecompressionData
&41; const
Remarks
Decompresses all the specified bone tracks. The caller is responsible for pre-filling the output pose with sensible values (e.g. reference/bind/additive identity pose) as the codec will only decompress and write out tracks that are contained in the compressed data.