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 FIoStoreCompressedBlockInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | AlignedSize | The size of the data this block takes in IoBuffer (i.e. after padding for decryption) | |
| uint32 | CompressedSize | The size of relevant data in the block (i.e. what you pass to decompress) | |
| FName | CompressionMethod | ||
| uint64 | OffsetInBuffer | Where in IoBuffer this block starts. | |
| uint32 | UncompressedSize | The size of the block after decompression. This is not adjusted for any FIoReadOptions used. |