UEditorConfigSubsystem::AddSearchDirectory

Append a new config search directory to the given type.

Unreal Engine C++ API Reference > 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
void AddSearchDirectory
(
    [ESearchDirectoryType](API\Editor\EditorConfig\UEditorConfigSubsystem\ESearchDirectoryType) Type,
    FStringView SearchDir
)

Remarks

Append a new config search directory to the given type. Engine directories are searched first, then Project, then ProjectOverrides, then User.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library