Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer
Description
Called when a package completes its save and returns to idle. Notifies the CookDirector when on a CookWorker.
| Name | PromoteToSaveComplete |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h |
| Include Path | #include "CookOnTheSide/CookOnTheFlyServer.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/CookOnTheFlyServer.cpp |
void PromoteToSaveComplete
(
UE::Cook::FPackageData & PackageData,
UE::Cook::ESendFlags SendFlags
)