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
(
const FName & StandardPackageFName,
const bool bForceFrontOfQueue
)
Remarks
RequestPackage to be cooked This function can only be called while the cooker is in cook by the book mode
Parameters
| Name | Description |
|---|---|
| StandardPackageFName | name of the package in standard format as returned by FPaths::MakeStandardFilename |
| bForceFrontOfQueue | should package go to front of the cook queue (next to be processed) or the end |