Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer
Description
Delete files that exist for the package in the PackageWriter from a previous cook. Used when packages are detected as invalidated for incremental cook after cook startup (e.g. generated packages).
| Name | DeleteOutputForPackage |
| 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 DeleteOutputForPackage
(
FName PackageName,
const ITargetPlatform * TargetPlatform
)