Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/CookOnTheSide
References
| |
|
| Module |
UnrealEd |
| Header |
/Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h |
| Include |
#include "CookOnTheSide/CookOnTheFlyServer.h" |
Syntax
enum ECookInitializationFlags
{
None = 0x00000000,
Iterative = 0x00000002,
SkipEditorContent = 0x00000004,
Unversioned = 0x00000008,
AutoTick = 0x00000010,
AsyncSave = 0x00000020,
IncludeServerMaps = 0x00000080,
BuildDDCInBackground = 0x00000200,
OutputVerboseCookerWarnings = 0x00000800,
EnablePartialGC = 0x00001000,
TestCook = 0x00002000,
LogDebugInfo = 0x00008000,
IterateSharedBuild = 0x00010000,
IgnoreIniSettingsOutOfDate = 0x00020000,
IgnoreScriptPackagesOutOfDate = 0x00040000,
CookEditorOptional = 0x00100000,
}
Values
| Name |
Description |
| None |
|
| Iterative |
Unused = 0x00000001, |
| SkipEditorContent |
|
| Unversioned |
|
| AutoTick |
|
| AsyncSave |
|
| IncludeServerMaps |
Unused = 0x00000040, |
| BuildDDCInBackground |
Unused = 0x00000100, |
| OutputVerboseCookerWarnings |
Unused = 0x00000400, |
| EnablePartialGC |
|
| TestCook |
|
| LogDebugInfo |
Unused = 0x00004000, |
| IterateSharedBuild |
|
| IgnoreIniSettingsOutOfDate |
|
| IgnoreScriptPackagesOutOfDate |
|
| CookEditorOptional |
Unused = 0x00080000, |