Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAnimBoneCompressionCodec
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DecompressPose
(
FAnimSequenceDecompressionContext& DecompContext, |
Decompresses all the specified bone tracks. | Animation/AnimBoneCompressionCodec.h | |
virtual void DecompressPose
(
FAnimSequenceDecompressionContext& DecompContext, |
Decompresses all the specified bone tracks. | Animation/AnimBoneCompressionCodec.h |
DecompressPose(FAnimSequenceDecompressionContext &, const UE::Anim::FAnimPoseDecompressionData &)
Description
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.
| Name | DecompressPose |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimBoneCompressionCodec.h |
| Include Path | #include "Animation/AnimBoneCompressionCodec.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimBoneCompressionCodec.cpp |
virtual void DecompressPose
(
FAnimSequenceDecompressionContext & DecompContext,
const UE::Anim::FAnimPoseDecompressionData & DecompressionData
) const
DecompressPose(FAnimSequenceDecompressionContext &, const BoneTrackArray &, const BoneTrackArray &, const BoneTrackArray &, TArrayView< FTransform > &)
Description
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.
| Name | DecompressPose |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimBoneCompressionCodec.h |
| Include Path | #include "Animation/AnimBoneCompressionCodec.h" |
virtual void DecompressPose
(
FAnimSequenceDecompressionContext & DecompContext,
const BoneTrackArray & RotationPairs,
const BoneTrackArray & TranslationPairs,
const BoneTrackArray & ScalePairs,
TArrayView < FTransform > & OutAtoms
) const