#include "CoreTypes.h"
#include "Containers/Array.h"
#include "Containers/Utf8String.h"
#include "Containers/UnrealString.h"
#include "Containers/Map.h"
#include "CoreGlobals.h"
Go to the source code of this file.
|
| enum class | EConfigLayerFlags : int32 {
None = 0
, AllowCommandLineOverride = (1 << 1)
, DedicatedServerOnly = (1 << 2)
, NoExpand = (1 << 4)
,
RequiresCustomConfig = (1 << 5)
, UseGlobalConfigCache = (1 << 6)
, UsePluginConfigCache = (1 << 7)
} |
| |
| enum class | EConfigExpansionFlags : int32 {
None = 0
, ForUncooked = 1 << 0
, ForCooked = 1 << 1
, ForPlugin = 1 << 2
,
ForEngine = 1 << 3
, ForProject = 1 << 4
, All = 0xFF
} |
| |
◆ EConfigExpansionFlags
| Enumerator |
|---|
| None | |
| ForUncooked | |
| ForCooked | |
| ForPlugin | |
| ForEngine | |
| ForProject | |
| All | |
◆ EConfigLayerFlags
| Enumerator |
|---|
| None | |
| AllowCommandLineOverride | |
| DedicatedServerOnly | |
| NoExpand | |
| RequiresCustomConfig | |
| UseGlobalConfigCache | |
| UsePluginConfigCache | |
◆ ENUM_CLASS_FLAGS() [1/2]
◆ ENUM_CLASS_FLAGS() [2/2]