You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user