Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
LZ4HC_CCtx_internal |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Compression/lz4hc.h |
| Include Path |
#include "Compression/lz4hc.h" |
Syntax
struct LZ4HC_CCtx_internal
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| chainTable |
LZ4_u16 |
|
Compression/lz4hc.h |
|
| compressionLevel |
short |
|
Compression/lz4hc.h |
|
| dictCtx |
const LZ4HC_CCtx_internal * |
|
Compression/lz4hc.h |
|
| dictLimit |
LZ4_u32 |
|
Compression/lz4hc.h |
|
| dictStart |
const LZ4_byte * |
|
Compression/lz4hc.h |
|
| dirty |
LZ4_i8 |
|
Compression/lz4hc.h |
|
| end |
const LZ4_byte * |
|
Compression/lz4hc.h |
|
| favorDecSpeed |
LZ4_i8 |
|
Compression/lz4hc.h |
|
| hashTable |
LZ4_u32 |
|
Compression/lz4hc.h |
|
| lowLimit |
LZ4_u32 |
|
Compression/lz4hc.h |
|
| nextToUpdate |
LZ4_u32 |
|
Compression/lz4hc.h |
|
| prefixStart |
const LZ4_byte * |
|
Compression/lz4hc.h |
|