Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IO
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h |
| Include | #include "IO/IoDispatcher.h" |
Syntax
struct FIoStoreCompressedChunkInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FIoStoreCompressedBlockInfo > | Blocks | Info about the blocks that the chunk is split up into. | |
| FIoHash | DiskHash | Hash of the compressed chunk on disk. | |
| uint64 | TotalCompressedSize | This is the total size of compressed data, which is less than IoBuffer size due to padding for decryption. | |
| uint64 | UncompressedOffset | There is where the data starts in IoBuffer(for when you pass in a data range via FIoReadOptions). | |
| uint64 | UncompressedSize | This is the total size requested via FIoReadOptions. |