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