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 |
FCompositeBuffer DecompressToComposite
&40;
uint64 RawOffset,
uint64 RawSize
&41;
Remarks
Decompress into an owned buffer.
RawOffset must be at most the raw buffer size. RawSize may be MAX_uint64 to read the whole buffer from RawOffset, and must otherwise fit within the bounds of the buffer. An owned buffer containing the raw data, or null on error.
Parameters
| Name | Description |
|---|---|
| RawOffset | The offset into the raw data from which to decompress. |
| RawSize | The size of the raw data to read from the offset. |