Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FDerivedDataIoBatch
Description
Compresses the derived data. Not executed until Dispatch() is invoked.
The compressed data, size, and status will be available on the response.
| Name | Compress |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/DerivedData.h |
| Include Path | #include "Serialization/DerivedData.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/DerivedData.cpp |
FDerivedDataIoRequest Compress
(
const FDerivedData & Data
)
A request to query the response with. May be discarded by the caller if not needed.