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:
ben marsh
2019-04-18 21:27:17 -04:00
parent 093f140991
commit 2e0ac43aeb

View File

@@ -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)
{