Commit Graph

8999 Commits

Author SHA1 Message Date
Ben Marsh
aede35bc43 UBT: Add a warning to discourage generating project files by passing arguments to GenerateProjectFiles.bat.
#rb none
#jira

[CL 12356705 by Ben Marsh in 4.25 branch]
2020-03-20 20:54:31 -04:00
Brandon Schaefer
e69c2932ea Handle case when the *.so is attempted to be stripped into debug mulitple times
#jira none
#rb none
#fyi Arciel.Rekman

[CL 12356562 by Brandon Schaefer in 4.25 branch]
2020-03-20 20:24:09 -04:00
Patrick Laflamme
825c626cf9 Improved reliability of the Editor analytics.
- Modified the Editor session to support lockless logging and corresponding analysis for concurrent events.
  - Added null check EditorSessionSummaryWriter::LowDriveSpaceDetected() to prevent accessing a null session.
  - Fixed CrashReportClient that could use the analytic provider outside of init/shutdow
  - Fixed IdleTime reported that could be buggy if Slate did not register any interaction before a crash occurs.

#jira UE-90719 - FPlatformMisc::RequestExit() can corrupt the EditorSessionSummaryWriter
#rb Jamie.Dale

[CL 12350899 by Patrick Laflamme in 4.25 branch]
2020-03-20 17:09:21 -04:00
Alistair White
09f95df5c9 Merging 11279208
For the Pixel Streaming Signalling Web Server, add an error code for the disconnect player event.

#jira UEENT-3397
#rb Stuart.Hill

[CL 12350736 by Alistair White in 4.25 branch]
2020-03-20 17:04:37 -04:00
Brandon Schaefer
8331fd6a5c Split debugging symbols from PhysX/APEX for Linux
Add PhysX/APEX debug as a DebugNonUFS file for runtime depends

#jira UE-90116
#rb Luke.Thatcher, Arciel.Rekman

[CL 12340149 by Brandon Schaefer in 4.25 branch]
2020-03-20 13:08:34 -04:00
David Lesage
f9467f6bfc #jira UE-90480
- fix DatasmithCADWorker launching without CAD_INTERFACE: avoid crash, log a message, return a specific code error
 - fix FDatasmithWorkerHandler::StartWorkerProcess: Test if the external process and extenal application are running (FProcHandle::IsValide is not enough to check if a process is well launch)
#rb johan.duparc

[CL 12294185 by David Lesage in 4.25 branch]
2020-03-19 09:16:45 -04:00
Chris Babcock
f8d1ffcc90 Add bDisableFunctionDataSections option for Android
#jira FORT-270813
#ue4
#android
#fyi Josh.Adams
#rb Josh.Adams

[CL 12250044 by Chris Babcock in 4.25 branch]
2020-03-18 15:04:25 -04:00
Chris Babcock
0acbd3e5e5 Fix arm64 non-debug flags for -fdata-sections
#jira FORT-270813
#ue4
#android
#fyi Josh.Adams
#rb Josh.Adams

[CL 12239693 by Chris Babcock in 4.25 branch]
2020-03-17 23:51:44 -04:00
Chris Babcock
c6fa3b2b71 Fix broken changelist as version
#jira none
#ue4
#android
#fyi Michael.Sartain
#rb trivial

[CL 12237191 by Chris Babcock in 4.25 branch]
2020-03-17 19:20:20 -04:00
Ben Marsh
b07e6b5177 UBT: Ignore any targets that can't be built on the current host platform when generating intellisense data for project files.
#rb none
#jira

[CL 12232883 by Ben Marsh in 4.25 branch]
2020-03-17 11:59:16 -04:00
Ben Marsh
568c5b6604 Merging latest UGS changes (added support for parallel syncing, fixed syncing single-change)
#rb none
#jira

[CL 12231592 by Ben Marsh in 4.25 branch]
2020-03-17 09:22:24 -04:00
Richard Wallis
846dd183eb Need to keep some of old code path I removed for BluePrint projects while still handling correctly named CPP project application packages from the last change.
#jira UE-90338, UE-90526
#rb ben.marsh

[CL 12231082 by Richard Wallis in 4.25 branch]
2020-03-17 06:05:37 -04:00
Michael Sartain
cd38c7ef53 Fix Windows UBT build break caused by 12224860
#jira none
#rb none
#fyi Matt.Hoffman, Michael.Forot, Ben.Marsh

[CL 12226010 by Michael Sartain in 4.25 branch]
2020-03-16 20:14:47 -04:00
Michael Sartain
4bb8a0e646 Fix UnrealBuildTool unused variable warnings
#jira none
#rb Ben.Marsh
#fyi Andrew.Grant, Brandon.Schaefer

[CL 12224860 by Michael Sartain in 4.25 branch]
2020-03-16 19:03:39 -04:00
Ben Marsh
dfe44a2b5c Remove unused variables causing warnings on Mono.
#jira
#rb none
#rnx

[CL 12223682 by Ben Marsh in 4.25 branch]
2020-03-16 17:07:01 -04:00
Patrick Laflamme
f69a0144b3 Tried to get more reliable Editor analytic data out of crash rerporter app:
- Ensured the data is fully written and read to/form the pipe between the Editor and CrashReporter.
  - Refactored the code sending MTFB to send it as soon as possible
  - Added some special exit code to detect when the Editor is still running or the exit code is unknown when the summary event is sent.

#rb Sebastian.Nordgren, Johan.Berg
#jira UE-90733 - Editor summary event may not be sent as expected because CrashReportClient may not consume the pipe data

[CL 12216180 by Patrick Laflamme in 4.25 branch]
2020-03-16 14:44:16 -04:00
steve smith
ea8387b18f Ensure both x64 and Arm64 are targets for Hololens
#rb Ben.Marsh
#jira none

[CL 12215063 by steve smith in 4.25 branch]
2020-03-16 14:30:54 -04:00
Ben Marsh
0e8fcf2088 Remove redundant null checks causing warnings on latest version of Mono.
#rb none
#rnx
#jira

[CL 12202600 by Ben Marsh in 4.25 branch]
2020-03-16 11:26:09 -04:00
Robert Manuszewski
321457eb31 Fix for UE-90683: You can no longer delete conflicting variables
Refactored FindField into FindUField and FindFProperty to avoid confusion caused by the fact that FindField<UField> will no longer return FProperties.

#jira UE-90683
#rb Steve.Robb
#tests Basic editor functionality test, cooked and ran PC client and server, bot soak tests for two hours

[CL 12190998 by Robert Manuszewski in 4.25 branch]
2020-03-15 10:08:50 -04:00
Ben Marsh
973a7f3e01 Fix installed files being deleted when cleaning a target from an installed engine build.
#rb none
#jira UE-90547, UE-89724

[CL 12170007 by Ben Marsh in 4.25 branch]
2020-03-13 23:44:01 -04:00
Ben Marsh
c4f9571172 UBT: Add a BuildConfiguration setting for forcing UBT to be built in debug configuration (VCProjectFileGenerator/bBuildUBTInDebug).
#rb none
#jira

[CL 12169952 by Ben Marsh in 4.25 branch]
2020-03-13 23:17:21 -04:00
Ben Marsh
bea4f5c119 Fix exception generating project files.
#rb none
#jira
#rnx

[CL 12169912 by Ben Marsh in 4.25 branch]
2020-03-13 23:03:39 -04:00
Ben Marsh
7d1474895f Make sure UBT and HoloLens platforms agree on the architecture being compiled. The architecture setting is now driven by the target being built, and cannot be overridden later. The HoloLens platform returns the default architecture value to UBT, ensuring that intermediate folders and the like are named consistently between builds where an architecture isn't specified (and it uses the default), and and builds where an architecture is explicitly specified.
#rb Steve.Smith
#rnx
#jira

[CL 12167048 by Ben Marsh in 4.25 branch]
2020-03-13 16:20:22 -04:00
Chris Babcock
576ce49112 Update small OBB limit to 1 GiB
#jira UE-90617
#ue4
#android
#fyi Jack.Porter
#rb trivial

[CL 12161630 by Chris Babcock in 4.25 branch]
2020-03-13 06:55:20 -04:00
Chris Babcock
f34a5246d0 Added more control over Gradle project
- ANDROID_TOOLS_BUILD_GRADLE_VERSION may be set in gradle.properties by <gradleProperties> in UPL
- settings.gradle may be added to with <settingsGradleAdditions> in UPL

#jira UE-90616
#ue4
#android
#fyi Jack.Porter
#rb trivial

[CL 12161607 by Chris Babcock in 4.25 branch]
2020-03-13 06:47:07 -04:00