Merging //UE4/Dev-Main@4547706 to Dev-Rendering (//UE4/Dev-Rendering)

#rb none

[CL 4549073 by Marcus Wassmer in Dev-Rendering branch]
This commit is contained in:
Marcus Wassmer
2018-11-07 15:32:18 -05:00
843 changed files with 72790 additions and 22196 deletions
@@ -58,6 +58,12 @@ int main(int argc, const char *argv[])
SavedCommandLine += UTF8_TO_TCHAR(argv[Option]); // note: technically it depends on locale
}
// assume unattended if we don't have X11 display
if (getenv("DISPLAY") == nullptr)
{
SavedCommandLine += TEXT(" -unattended");
}
// Run the app
RunCrashReportClient(*SavedCommandLine);