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 FIoStoreCompressedReadResult
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FIoStoreCompressedBlockInfo > | Blocks | ||
| FIoBuffer | IoBuffer | ||
| 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. |