Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCompressedBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FCompositeBuffer & GetCompressed () |
Returns a composite buffer containing the compressed data. May be null. May not be owned. | Compression/CompressedBuffer.h | |
| Compression/CompressedBuffer.h |
GetCompressed()
Description
Returns a composite buffer containing the compressed data. May be null. May not be owned.
| Name | GetCompressed |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Compression/CompressedBuffer.h |
| Include Path | #include "Compression/CompressedBuffer.h" |
const FCompositeBuffer & GetCompressed() const
GetCompressed()
| Name | GetCompressed |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Compression/CompressedBuffer.h |
| Include Path | #include "Compression/CompressedBuffer.h" |
FCompositeBuffer GetCompressed()