Navigation
API > API/Editor > API/Editor/UnrealEd
| |
|
| Name |
ECookMode::Type |
| Type |
enum |
| Header File |
/Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h |
| Include Path |
#include "CookOnTheSide/CookOnTheFlyServer.h" |
Syntax
namespace ECookMode
{
enum Type
{
CookOnTheFly,
CookOnTheFlyFromTheEditor,
CookByTheBookFromTheEditor,
CookByTheBook,
CookWorker,
}
}
Values
| Name |
Remarks |
| CookOnTheFly |
Default mode, handles requests from network. |
| CookOnTheFlyFromTheEditor |
Cook on the side. |
| CookByTheBookFromTheEditor |
Precook all resources while in the editor. |
| CookByTheBook |
Cooking by the book (not in the editor). |
| CookWorker |
Commandlet helper for a separate director process. Director might be in any of the other modes. |