Move live coding settings back under the editor preferences window, since it's a user-specific thing.

#rb none
#jira UE-71126

[CL 5350227 by Ben Marsh in 4.22 branch]
This commit is contained in:
Ben Marsh
2019-03-08 12:15:09 -05:00
parent 1ba515071f
commit fb09e8fd42

View File

@@ -60,7 +60,7 @@ void FLiveCodingModule::StartupModule()
ISettingsModule* SettingsModule = FModuleManager::GetModulePtr<ISettingsModule>("Settings");
if (SettingsModule != nullptr)
{
SettingsModule->RegisterSettings("Project", "Project", "Live Coding",
SettingsModule->RegisterSettings("Editor", "General", "Live Coding",
LOCTEXT("LiveCodingSettingsName", "Live Coding"),
LOCTEXT("LiveCodintSettingsDescription", "Settings for recompiling C++ code while the engine is running."),
GetMutableDefault<ULiveCodingSettings>()