Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Compression > API/Runtime/Core/Compression/FCompressedBufferReader
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Compression/CompressedBuffer.h |
| Include | #include "Compression/CompressedBuffer.h" |
| Source | /Engine/Source/Runtime/Core/Private/Compression/CompressedBuffer.cpp |
bool TryDecompressTo
(
FMutableMemoryView RawView,
uint64 RawOffset,
ECompressedBufferDecompressFlags Flags
)
Remarks
Decompress into a memory view that is less than or equal to the available raw size. True if the requested range was decompressed, otherwise false.
Parameters
| Name | Description |
|---|---|
| RawView | The view to write to. The size to read is equal to the view size. |
| RawOffset | The offset into the raw data from which to decompress. |