Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FEditorBulkData
Description
Returns an immutable FCompressedBuffer reference to the payload data.
Note that depending on the internal storage formats, the payload might not actually be compressed, but that will be handled by the FCompressedBuffer interface. Call FCompressedBuffer::Decompress() to get access to the payload in FSharedBuffer format.
| Name | GetCompressedPayload |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/EditorBulkData.h |
| Include Path | #include "Serialization/EditorBulkData.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/EditorBulkData.cpp |
TFuture < FCompressedBuffer > GetCompressedPayload() const