Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > CookOnTheSide
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h |
Include | #include "CookOnTheSide/CookOnTheFlyServer.h" |
Syntax
namespace ECookMode
{
enum Type
&123;
CookOnTheFly,
CookOnTheFlyFromTheEditor,
CookByTheBookFromTheEditor,
CookByTheBook,
CookWorker,
&125;
}
Values
Name | Description |
---|---|
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. |