Navigation
Unreal Engine C++ API Reference > 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 & StandardPackageFName,
const bool bForceFrontOfQueue
&41;
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 |