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
struct FConfigLayer
Remarks
Structure to define all the layers of the config system. Layers can be expanded by expansion files (NoRedist, etc), or by ini platform parents
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR * | EditorName | Used by the editor to display in the ini-editor. | |
| EConfigLayerFlags | Flag | Special flag. | |
| const TCHAR * | Path | Path to the ini file (with variables) |