Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer
Description
Populate cooked packages from the PackageWriter's previous manifest and assetregistry of cooked output. Delete any out of date packages from the PackageWriter's manifest.
| Name | PopulateCookedPackages |
| 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 PopulateCookedPackages
(
const TConstArrayView< const ITargetPlatform * > TargetPlatforms
)