![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FCompressedBuffer, including all inherited members.
| Compress(const FCompositeBuffer &RawData) | FCompressedBuffer | static |
| Compress(const FSharedBuffer &RawData) | FCompressedBuffer | static |
| Compress(const FCompositeBuffer &RawData, ECompressedBufferCompressor Compressor, ECompressedBufferCompressionLevel CompressionLevel, uint64 BlockSize=0) | FCompressedBuffer | static |
| Compress(const FSharedBuffer &RawData, ECompressedBufferCompressor Compressor, ECompressedBufferCompressionLevel CompressionLevel, uint64 BlockSize=0) | FCompressedBuffer | static |
| Decompress() const | FCompressedBuffer | |
| DecompressToComposite() const | FCompressedBuffer | |
| FromCompressed(const FCompositeBuffer &CompressedData) | FCompressedBuffer | static |
| FromCompressed(FCompositeBuffer &&CompressedData) | FCompressedBuffer | static |
| FromCompressed(const FSharedBuffer &CompressedData) | FCompressedBuffer | static |
| FromCompressed(FSharedBuffer &&CompressedData) | FCompressedBuffer | static |
| GetCompressed() const & | FCompressedBuffer | inline |
| GetCompressed() && | FCompressedBuffer | inline |
| GetCompressedSize() const | FCompressedBuffer | |
| GetRawHash() const | FCompressedBuffer | |
| GetRawSize() const | FCompressedBuffer | |
| IsNull() const | FCompressedBuffer | inline |
| IsOwned() const | FCompressedBuffer | inline |
| Load(FArchive &Ar) | FCompressedBuffer | static |
| MakeOwned() const & | FCompressedBuffer | inline |
| MakeOwned() && | FCompressedBuffer | inline |
| Null | FCompressedBuffer | static |
| operator bool() const | FCompressedBuffer | inlineexplicit |
| Reset() | FCompressedBuffer | inline |
| Save(FArchive &Ar) const | FCompressedBuffer | |
| TryDecompressTo(FMutableMemoryView RawView, ECompressedBufferDecompressFlags Flags=ECompressedBufferDecompressFlags::None) const | FCompressedBuffer | |
| TryGetCompressParameters(ECompressedBufferCompressor &OutCompressor, ECompressedBufferCompressionLevel &OutCompressionLevel, uint64 &OutBlockSize) const | FCompressedBuffer |