![]() |
Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"#include "Containers/Array.h"#include "Containers/UnrealString.h"#include "Containers/Map.h"#include "CoreGlobals.h"
Include dependency graph for ConfigTypes.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | FConfigFileHierarchy |
| struct | FConfigLayer |
| struct | FConfigLayerExpansion |
Enumerations | |
| enum class | EConfigLayerFlags : int32 { None = 0x0 , AllowCommandLineOverride = 0x2 , DedicatedServerOnly = 0x4 , NoExpand = 0x10 , RequiresCustomConfig = 0x20 , None = 0 , AllowCommandLineOverride = (1 << 1) , DedicatedServerOnly = (1 << 2) , NoExpand = (1 << 4) , RequiresCustomConfig = (1 << 5) } |
| enum class | EConfigExpansionFlags : int32 { None = 0x0 , ForUncooked = 0x1 , ForCooked = 0x2 , ForPlugin = 0x4 , All = 0xFF , None = 0 , ForUncooked = 1 << 0 , ForCooked = 1 << 1 , ForPlugin = 1 << 2 , All = 0xFF } |
Functions | |
| ENUM_CLASS_FLAGS (EConfigLayerFlags) | |
| ENUM_CLASS_FLAGS (EConfigExpansionFlags) | |
|
strong |
| Enumerator | |
|---|---|
| None | |
| ForUncooked | |
| ForCooked | |
| ForPlugin | |
| All | |
| None | |
| ForUncooked | |
| ForCooked | |
| ForPlugin | |
| All | |
Definition at line 63 of file ConfigTypes.h.
|
strong |
| Enumerator | |
|---|---|
| None | |
| AllowCommandLineOverride | |
| DedicatedServerOnly | |
| NoExpand | |
| RequiresCustomConfig | |
| None | |
| AllowCommandLineOverride | |
| DedicatedServerOnly | |
| NoExpand | |
| RequiresCustomConfig | |
Definition at line 39 of file ConfigTypes.h.
| ENUM_CLASS_FLAGS | ( | EConfigExpansionFlags | ) |
| ENUM_CLASS_FLAGS | ( | EConfigLayerFlags | ) |