Navigation
API > API/Runtime > API/Runtime/Core
Parameters for decoding a single I/O store chunk block.
| Name | FIoChunkBlockDecodingParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoChunkEncoding.h |
| Include Path | #include "IO/IoChunkEncoding.h" |
Syntax
struct FIoChunkBlockDecodingParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlockHash | FMemoryView | IO/IoChunkEncoding.h | ||
| CompressionFormat | FName | IO/IoChunkEncoding.h | ||
| EncryptionKey | FMemoryView | IO/IoChunkEncoding.h | ||
| HashFunction | EIoSignatureHashFunction | IO/IoChunkEncoding.h |