Navigation
API > API/Editor > API/Editor/EditorConfig > API/Editor/EditorConfig/UEditorConfigSubsystem
References
| Module | EditorConfig |
| Header | /Engine/Source/Editor/EditorConfig/Public/EditorConfigSubsystem.h |
| Include | #include "EditorConfigSubsystem.h" |
| Source | /Engine/Source/Editor/EditorConfig/Private/EditorConfigSubystem.cpp |
TSharedRef< FEditorConfig > FindOrLoadConfig
(
FStringView ConfigName,
ESearchDirectoryType IncludedTypes
)
Remarks
Find a config with the given name that has already been loaded, load it if it hasn't been, or create one with the given name.
Parameters
| Name | Description |
|---|---|
| IncludedTypes | The "lowest" level of search directory types to include, ex. If IncludedTypes is set to Project, only Engine and Project paths will be loaded |