Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FIoStoreReader
Description
Reads and decrypts if necessary the compressed blocks, but does not decompress them. The totality of the data is stored in FIoStoreCompressedReadResult::FIoBuffer as a contiguous buffer, however each block is padded during encryption, so either use FIoStoreCompressedBlockInfo::AlignedSize to advance through the buffer, or use FIoStoreCompressedBlockInfo::OffsetInBuffer directly.
| Name | ReadCompressed |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h |
| Include Path | #include "IO/IoDispatcher.h" |
| Source | /Engine/Source/Runtime/Core/Private/IO/IoStore.cpp |
TIoStatusOr < FIoStoreCompressedReadResult > ReadCompressed
(
const FIoChunkId & Chunk,
const FIoReadOptions & Options,
bool bDecrypt
) const