Navigation
API > API/Runtime > API/Runtime/Core
| Name | EConfigLayerFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigTypes.h |
| Include Path | #include "Misc/ConfigTypes.h" |
Syntax
enum EConfigLayerFlags
{
None = 0,
AllowCommandLineOverride = (1 << 1),
DedicatedServerOnly = (1 << 2),
NoExpand = (1 << 4),
RequiresCustomConfig = (1 << 5),
UseGlobalConfigCache = (1 << 6),
UsePluginConfigCache = (1 << 7),
}
Values
| Name | Remarks |
|---|---|
| None | |
| AllowCommandLineOverride | |
| DedicatedServerOnly | |
| NoExpand | |
| RequiresCustomConfig | |
| UseGlobalConfigCache | |
| UsePluginConfigCache |