Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IO
Inheritance Hierarchy
- FIoChunkEncodingParams
- FIoChunkDecodingParams
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/IO/IoChunkEncoding.h |
| Include | #include "IO/IoChunkEncoding.h" |
Syntax
struct FIoChunkEncodingParams
Remarks
Defines how the I/O chunk gets encoded into a set of compressed and encrypted block(s).
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | BlockSize | ||
| FName | CompressionFormat | ||
| FMemoryView | EncryptionKey |