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 FIoChunkDecodingParams : public FIoChunkEncodingParams
Remarks
Parameters for decoding a set of encoded blocks(s).
Variables
| Type | Name | Description | |
|---|---|---|---|
| TConstArrayView< uint32 > | EncodedBlockSize | ||
| uint64 | EncodedOffset | ||
| uint64 | RawOffset | ||
| uint64 | TotalRawSize |