FAnimationCompression_PerTrackUtils::DecompressTranslation

Decompress a single translation key from a single track that was compressed with the PerTrack codec (scalar)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimationCompression.h

Include

#include "AnimationCompression.h"

Syntax

template<bool bIsDataAligned>
static void DecompressTranslation
(
    int32 Format,
    int32 FormatFlags,
    FVector & Out,
    const uint8 *restrict TopOfStream,
    const uint8 *
restrict KeyData
)

Remarks

Decompress a single translation key from a single track that was compressed with the PerTrack codec (scalar)

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