Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ConfigTypes.h |
| Include | #include "Misc/ConfigTypes.h" |
Syntax
enum EConfigLayerFlags
{
None = 0,
AllowCommandLineOverride = (1 << 1),
DedicatedServerOnly = (1 << 2),
NoExpand = (1 << 4),
RequiresCustomConfig = (1 << 5),
}
Values
| Name | Description |
|---|---|
| None | |
| AllowCommandLineOverride | |
| DedicatedServerOnly | |
| NoExpand | |
| RequiresCustomConfig |