Navigation
API > API/Editor > API/Editor/EditorConfig > API/Editor/EditorConfig/UEditorConfigSubsystem
Description
Append a new config search directory to the given type early. Engine directories are searched first, then Project, then ProjectOverrides, then User.
Note: this function can only be called before the UEditorConfigSubsystem is initialized otherwise it will assert. This function is useful if there is a need to register a layer of config before any config read could happen.
| Name | EarlyAddSearchDirectory |
| Type | function |
| Header File | /Engine/Source/Editor/EditorConfig/Public/EditorConfigSubsystem.h |
| Include Path | #include "EditorConfigSubsystem.h" |
| Source | /Engine/Source/Editor/EditorConfig/Private/EditorConfigSubystem.cpp |
static void EarlyAddSearchDirectory
(
ESearchDirectoryType Type,
FStringView SearchDir
)