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 DecompressScale
(
FVector3f & Out,
const uint8 *RESTRICT TopOfStream,
const uint8 *RESTRICT KeyData
)
Remarks
Templated Scale Decompressor. Generates a unique decompressor per known quantization format None.
Parameters
| Name | Description |
|---|---|
| Out | The FVector to fill in. |
| TopOfStream | The start of the compressed Scale stream data. |
| KeyData | The compressed Scale data to decompress. |