Navigation
API > API/Runtime > API/Runtime/Engine
Description
Handy Template Decompressors Templated Rotation Decompressor. Generates a unique decompressor per known quantization format
| Name | DecompressRotation |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimationCompression.h |
| Include Path | #include "AnimationCompression.h" |
template<int32 FORMAT, bool bIsDataAligned>
void DecompressRotation
(
FQuat4f & Out,
const uint8 *__restrict TopOfStream,
const uint8 *__restrict KeyData
)
None.
Parameters
| Name | Remarks |
|---|---|
| Out | The FQuat to fill in. |
| TopOfStream | The start of the compressed rotation stream data. |
| KeyData | The compressed rotation data to decompress. |