Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
FIoStoreCompressedBlockInfo |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h |
| Include Path |
#include "IO/IoDispatcher.h" |
Syntax
struct FIoStoreCompressedBlockInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AlignedSize |
uint32 |
The size of the data this block takes in IoBuffer (i.e. after padding for decryption). |
IO/IoDispatcher.h |
|
| CompressedSize |
uint32 |
The size of relevant data in the block (i.e. what you pass to decompress). |
IO/IoDispatcher.h |
|
| CompressionMethod |
FName |
Name of the method used to compress the block. |
IO/IoDispatcher.h |
|
| OffsetInBuffer |
uint64 |
Where in IoBuffer this block starts. |
IO/IoDispatcher.h |
|
| UncompressedSize |
uint32 |
The size of the block after decompression. |
IO/IoDispatcher.h |
|