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 #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:
@@ -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