Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RequestPackage
(
const FName& StandardPackageFName, |
RequestPackage to be cooked This function can only be called while the cooker is in cook by the book mode | CookOnTheSide/CookOnTheFlyServer.h | |
bool RequestPackage
(
const FName& StandardFileName, |
RequestPackage to be cooked | CookOnTheSide/CookOnTheFlyServer.h |
RequestPackage(const FName &, const bool)
Description
RequestPackage to be cooked This function can only be called while the cooker is in cook by the book mode
| Name | RequestPackage |
| 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 |
bool RequestPackage
(
const FName & StandardPackageFName,
const bool bForceFrontOfQueue
)
Parameters
| Name | Remarks |
|---|---|
| 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 |
RequestPackage(const FName &, const TArrayView< const ITargetPlatform *const > &, const bool)
Description
RequestPackage to be cooked
| Name | RequestPackage |
| 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 |
bool RequestPackage
(
const FName & StandardFileName,
const TArrayView < const ITargetPlatform *const > & TargetPlatforms,
const bool bForceFrontOfQueue
)
Parameters
| Name | Remarks |
|---|---|
| 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 |