Navigation
API > API/Developer > API/Developer/LauncherServices
Enumerates modes in which the launcher cooks builds.
| Name | ELauncherProfileCookModes::Type |
| Type | enum |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
Syntax
namespace ELauncherProfileCookModes
{
enum Type
{
DoNotCook,
ByTheBook,
OnTheFly,
ByTheBookInEditor,
OnTheFlyInEditor,
}
}
Values
| Name | Remarks |
|---|---|
| DoNotCook | Do not cook the build (default). |
| ByTheBook | Pre-cook using user specified settings. |
| OnTheFly | Cook the build on the fly while the game is running. |
| ByTheBookInEditor | Cook by the book in the editor process space |
| OnTheFlyInEditor | Cook on the fly in the editor process space |