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