DecompressRotation

Handy Template Decompressors Templated Rotation Decompressor.

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 DecompressRotation
(
    FQuat & Out,
    const uint8 *restrict TopOfStream,
    const uint8 *
restrict KeyData
)

Remarks

Handy Template Decompressors Templated Rotation Decompressor. Generates a unique decompressor per known quantization format

Returns

None.

Parameters

Parameter

Description

Out

The FQuat to fill in.

TopOfStream

The start of the compressed rotation stream data.

KeyData

The compressed rotation 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