Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCompressedBuffer
Description
Load a compressed buffer from an archive, as saved by Save().
The entire compressed buffer will be loaded from the archive before this function returns. Prefer to use FCompressedBufferReader to stream from an archive when the compressed buffer does not need to be fully loaded into memory.
| Name | Load |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Compression/CompressedBuffer.h |
| Include Path | #include "Compression/CompressedBuffer.h" |
| Source | /Engine/Source/Runtime/Core/Private/Compression/CompressedBuffer.cpp |
static FCompressedBuffer Load
(
FArchive & Ar
)
A compressed buffer, or null on error. Ar.IsError() will be true on error.