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

#rb none
#jira UE-71126

#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 5350227 in //UE4/Release-4.22/... via CL 5364819
#ROBOMERGE-BOT: CORE (Main -> Dev-Core)

[CL 5424718 by ben marsh in Dev-Core branch]
This commit is contained in:
ben marsh
2019-03-18 03:40:25 -04:00
parent 221970b9bf
commit 92194d06b6

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>()