UAnimCompress::DecompressPose

Decompresses all the specified bone tracks.

Windows
MacOS
Linux

Override Hierarchy

UAnimBoneCompressionCodec::DecompressPose()

UAnimCompress::DecompressPose()

References

Module

Engine

Header

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

Include

#include "Animation/AnimCompress.h"

Source

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

Syntax

virtual void DecompressPose
(
    FAnimSequenceDecompressionContext & DecompContext,
    const BoneTrackArray & RotationPairs,
    const BoneTrackArray & TranslationPairs,
    const BoneTrackArray & ScalePairs,
    TArrayView< FTransform > & OutAtoms
) const

Remarks

Decompresses all the specified bone tracks.

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