Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ICookedPackageWriter
Description
Called by the Cooker for PackageWriters it is using. If provided, the interface must be used to handle the virtual functions of the same name on the ICookedPackageWriter.
| Name | SetCooker |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include Path | #include "Serialization/PackageWriter.h" |
void SetCooker
(
UE::PackageWriter::Private::ICookerInterface * CookerInterface
)