Navigation
API > API/Runtime > API/Runtime/Core
Parameters for decoding a set of encoded blocks(s).
| Name | FIoChunkDecodingParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoChunkEncoding.h |
| Include Path | #include "IO/IoChunkEncoding.h" |
Syntax
struct FIoChunkDecodingParams : public FIoChunkEncodingParams
Inheritance Hierarchy
- FIoChunkEncodingParams → FIoChunkDecodingParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlockHash | TConstArrayView< FIoBlockHash > | IO/IoChunkEncoding.h | ||
| EncodedBlockSize | TConstArrayView< uint32 > | IO/IoChunkEncoding.h | ||
| EncodedOffset | uint64 | IO/IoChunkEncoding.h | ||
| RawOffset | uint64 | IO/IoChunkEncoding.h | ||
| TotalRawSize | uint64 | IO/IoChunkEncoding.h |