You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
LiveCoding: Prevent Live Coding starting automatically when in unattended mode.
#rb none
#jira UE-72524
#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 5988868 in //UE4/Release-4.22/... via CL 5988908
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build)
[CL 5999860 by ben marsh in Dev-Build branch]
This commit is contained in:
@@ -68,7 +68,7 @@ void FLiveCodingModule::StartupModule()
|
||||
extern void Startup(Windows::HINSTANCE hInstance);
|
||||
Startup(hInstance);
|
||||
|
||||
if (Settings->bEnabled)
|
||||
if (Settings->bEnabled && !FApp::IsUnattended())
|
||||
{
|
||||
if(Settings->Startup == ELiveCodingStartupMode::Automatic)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user