UEditorConfigSubsystem::FindOrLoadConfig

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.

Choose your operating system:

Windows

macOS

Linux

References

Module

EditorConfig

Header

/Engine/Source/Editor/EditorConfig/Public/EditorConfigSubsystem.h

Include

#include "EditorConfigSubsystem.h"

Source

/Engine/Source/Editor/EditorConfig/Private/EditorConfigSubystem.cpp

Syntax

TSharedRef< FEditorConfig > FindOrLoadConfig
(
    FStringView ConfigName
)

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.