Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer
Description
Called when a package is cancelled and returned to idle. Notifies CookDirector when on a CookWorker.
| Name | DemoteToIdle |
| 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 DemoteToIdle
(
UE::Cook::FPackageData & PackageData,
UE::Cook::ESendFlags SendFlags,
UE::Cook::ESuppressCookReason Reason
)