Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/CookOnTheSide > API/Editor/UnrealEd/CookOnTheSide/UCookOnTheFlyServer > API/Editor/UnrealEd/CookOnTheSide/UCookOnTheFlyServer/RequestPackage
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h |
| Include | #include "CookOnTheSide/CookOnTheFlyServer.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/CookOnTheFlyServer.cpp |
bool RequestPackage
&40;
const FName & StandardFileName,
const TArrayView< const ITargetPlatform &42;const > & TargetPlatforms,
const bool bForceFrontOfQueue
&41;
Remarks
RequestPackage to be cooked
Parameters
| Name | Description |
|---|---|
| StandardFileName | FileName of the package in standard format as returned by FPaths::MakeStandardFilename |
| TargetPlatforms | The TargetPlatforms we want this package cooked for |
| bForceFrontOfQueue | should package go to front of the cook queue (next to be processed) or the end |