ECookInitializationFlags

Windows
MacOS
Linux

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,
    UseSerializationForPackageDependencies    = 0x00000100,
    BuildDDCInBackground                      = 0x00000200,
    GeneratedAssetRegistry                    = 0x00000400,
    OutputVerboseCookerWarnings               = 0x00000800,
    EnablePartialGC                           = 0x00001000,
    TestCook                                  = 0x00002000,
    LogDebugInfo                              = 0x00008000,
    IterateSharedBuild                        = 0x00010000,
    IgnoreIniSettingsOutOfDate                = 0x00020000,
    IgnoreScriptPackagesOutOfDate             = 0x00040000,
}

Values

Name

Description

None

Iterative

Unused = 0x00000001,

SkipEditorContent

Unversioned

AutoTick

AsyncSave

IncludeServerMaps

Unused = 0x00000040,

UseSerializationForPackageDependencies

BuildDDCInBackground

GeneratedAssetRegistry

OutputVerboseCookerWarnings

EnablePartialGC

TestCook

LogDebugInfo

Unused = 0x00004000,

IterateSharedBuild

IgnoreIniSettingsOutOfDate

IgnoreScriptPackagesOutOfDate

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss