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