Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IO > API/Runtime/Core/IO/FIoChunkEncoding
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/IO/IoChunkEncoding.h |
| Include | #include "IO/IoChunkEncoding.h" |
Syntax
struct FHeader
Remarks
Header describing the encoded I/O chunk.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64: 8 | BlockSizeExponent | ||
| uint64: 40 | EncodedSize | ||
| uint64: 8 | Flags | ||
| uint64: 24 | Magic | ||
| uint64: 8 | Pad | ||
| uint64: 40 | RawSize |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FHeader * | Decode
(
FMemoryView HeaderData |
||
| uint32 | |||
| TConstArrayView< uint32 > | GetBlocks () |
||
| uint32 | GetBlockSize () |
||
| uint64 | |||
| bool | IsValid () |