Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
FIoStoreCompressedReadResult |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h |
| Include Path |
#include "IO/IoDispatcher.h" |
Syntax
struct FIoStoreCompressedReadResult
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Blocks |
TArray< FIoStoreCompressedBlockInfo > |
Info about the blocks that the chunk is split up into. |
IO/IoDispatcher.h |
|
| IoBuffer |
FIoBuffer |
The buffer containing the chunk. |
IO/IoDispatcher.h |
|
| TotalCompressedSize |
uint64 |
This is the total size of compressed data, which is less than IoBuffer size due to padding for decryption. |
IO/IoDispatcher.h |
|
| UncompressedOffset |
uint64 |
There is where the data starts in IoBuffer (for when you pass in a data range via FIoReadOptions) |
IO/IoDispatcher.h |
|
| UncompressedSize |
uint64 |
This is the total size requested via FIoReadOptions. |
IO/IoDispatcher.h |
|