![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IoDispatcher.h>
Public Attributes | |
| FName | CompressionMethod |
| uint32 | CompressedSize |
| uint32 | UncompressedSize |
| uint32 | AlignedSize |
| uint64 | OffsetInBuffer |
| uint32 FIoStoreCompressedBlockInfo::AlignedSize |
The size of the data this block takes in IoBuffer (i.e. after padding for decryption).
| uint32 FIoStoreCompressedBlockInfo::CompressedSize |
The size of relevant data in the block (i.e. what you pass to decompress).
| FName FIoStoreCompressedBlockInfo::CompressionMethod |
Name of the method used to compress the block.
| uint64 FIoStoreCompressedBlockInfo::OffsetInBuffer |
Where in IoBuffer this block starts.
| uint32 FIoStoreCompressedBlockInfo::UncompressedSize |
The size of the block after decompression. This is not adjusted for any FIoReadOptions used.