UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FIoStoreCompressedBlockInfo Struct Reference

#include <IoDispatcher.h>

Public Attributes

FName CompressionMethod
 
uint32 CompressedSize
 
uint32 UncompressedSize
 
uint32 AlignedSize
 
uint64 OffsetInBuffer
 

Member Data Documentation

◆ AlignedSize

uint32 FIoStoreCompressedBlockInfo::AlignedSize

The size of the data this block takes in IoBuffer (i.e. after padding for decryption).

◆ CompressedSize

uint32 FIoStoreCompressedBlockInfo::CompressedSize

The size of relevant data in the block (i.e. what you pass to decompress).

◆ CompressionMethod

FName FIoStoreCompressedBlockInfo::CompressionMethod

Name of the method used to compress the block.

◆ OffsetInBuffer

uint64 FIoStoreCompressedBlockInfo::OffsetInBuffer

Where in IoBuffer this block starts.

◆ UncompressedSize

uint32 FIoStoreCompressedBlockInfo::UncompressedSize

The size of the block after decompression. This is not adjusted for any FIoReadOptions used.


The documentation for this struct was generated from the following file: