LZ4_createStreamDecode

[LZ4_createStreamDecode()](API\Runtime\Core\Compression\LZ4_createStreamDecode) and [LZ4_freeStreamDecode()](API\Runtime\Core\Compression\LZ4_freeStreamDecode) : creation / destruction of streaming decompression tracking context.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Compression/lz4.h

Include

#include "Compression/lz4.h"

Syntax

LZ4LZ4_streamDecode_t * LZ4_createStreamDecode()

Remarks

LZ4_createStreamDecode() and LZ4_freeStreamDecode() : creation / destruction of streaming decompression tracking context. A tracking context can be re-used multiple times.

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