DecompressScale

Templated Scale Decompressor. Generates a unique decompressor per known quantization format

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "AnimationCompression.h"

Syntax

template<int32 FORMAT, bool bIsDataAligned>
void DecompressScale
(
    FVector & Out,
    const uint8 *restrict TopOfStream,
    const uint8 *
restrict KeyData
)

Remarks

Templated Scale Decompressor. Generates a unique decompressor per known quantization format

Returns

None.

Parameters

Parameter

Description

Out

The FVector to fill in.

TopOfStream

The start of the compressed Scale stream data.

KeyData

The compressed Scale data to decompress.

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