Commit Graph

4854 Commits

Author SHA1 Message Date
Ben Marsh
9dfeae4b07 Additional checks to prevent UBT being recompiled on build machines without being explicitly instructed to do so.
#rb none
#jira UE-79697

[CL 8674633 by Ben Marsh in Dev-Build branch]
2019-09-13 11:45:44 -04:00
Ben Marsh
7d9abf987a Fix a couple of CIS errors.
#rb none
#rnx

[CL 8635190 by Ben Marsh in Dev-Build branch]
2019-09-11 09:32:52 -04:00
chris gagnon
ce3f2560b0 Copying //UE4/Dev-Editor to Dev-Main (//UE4/Dev-Main) Interim 4.24.
#rb none

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: chris.gagnon
#ROBOMERGE-SOURCE: CL 8614014 in //UE4/Main/...
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v409-8614070)

[CL 8634529 by chris gagnon in Dev-Build branch]
2019-09-11 08:23:41 -04:00
Ben Marsh
421de9107a Fix editor-only plugins triggering recompilation of code projects.
Also rework logic for determining whether a project needs to be compiled, to more closely match equivalent code in UAT. ITargetPlatform::NeedsTempTarget() now allows querying whether a project needs a temporary target to be generated.

#rb none
#jira UE-79833

[CL 8623682 by Ben Marsh in Dev-Build branch]
2019-09-10 16:11:58 -04:00
Chris Gagnon
2e87118a18 Copying //UE4/Dev-Editor to Dev-Main (//UE4/Dev-Main) Interim 4.24.
#rb none

[CL 8614014 by Chris Gagnon in Main branch]
2019-09-10 11:35:20 -04:00
ben marsh
a6eb416928 Live Coding: Remove warning about LiveCodingInfo.json files not being found. These files do not exist in the binary release.
#rb none
#jira UE-79622

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 8573224 in //UE4/Release-4.23/... via CL 8573226
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v408-8574093)

[CL 8599476 by ben marsh in Dev-Build branch]
2019-09-10 05:09:17 -04:00
jeremy moore
c6ee68446a Add support to material interface for querying RVT paramters
Stubbed out material instance implementation for now
Use the new interface in RVT parameter material expressions

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: jeremy.moore
#ROBOMERGE-SOURCE: CL 8556897 via CL 8562562 via CL 8562734
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v408-8574093)

[CL 8595402 by jeremy moore in Dev-Build branch]
2019-09-10 04:29:41 -04:00
michael trepka
43cb166e1e Fixed CrashReportClient freezing when using Copy command from right-click context menu
#jira UE-79606
#rb Brandon.Schaefer
#lockdown cristina.riveron

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: michael.trepka
#ROBOMERGE-SOURCE: CL 8555206 in //UE4/Release-4.23/... via CL 8555674
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v408-8574093)

[CL 8592151 by michael trepka in Dev-Build branch]
2019-09-10 04:05:07 -04:00
alexis matte
d6a10dc072 Fix degenerated triangle that introduce nan value into the normals when we compute them
#jira UE-79793
#rb david.hill

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: alexis.matte
#ROBOMERGE-SOURCE: CL 8551647 in //UE4/Main/...
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v408-8574093)

[CL 8591902 by alexis matte in Dev-Build branch]
2019-09-10 04:03:04 -04:00
Ben Marsh
ed5e48d229 Store statically typed configuration and target type entries in plugin and module descriptors.
#rb none
#rnx

[CL 8579509 by Ben Marsh in Dev-Build branch]
2019-09-09 18:43:44 -04:00
Ben Marsh
8f8a65e814 LiveCoding: Fix deadlock when using the quick restart functionality, where a patch can be loaded before the module has been registered.
#rb none
#jira UE-79633
#rnx

[CL 8575142 by Ben Marsh in Dev-Build branch]
2019-09-09 14:18:24 -04:00
ben marsh
db589e216b Live Coding: Remove warning about LiveCodingInfo.json files not being found. These files do not exist in the binary release.
#rb none
#jira UE-79622

#ROBOMERGE-SOURCE: CL 8573224 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v407-8568993)

[CL 8573226 by ben marsh in Main branch]
2019-09-09 12:08:50 -04:00
jeremy moore
bb630dc0f6 Add support to material interface for querying RVT paramters
Stubbed out material instance implementation for now
Use the new interface in RVT parameter material expressions


#ROBOMERGE-SOURCE: CL 8556897 via CL 8562562
#ROBOMERGE-BOT: (v406-8472469)

[CL 8562734 by jeremy moore in Main branch]
2019-09-06 18:57:30 -04:00
Michael Trepka
c0b5758c34 Fixed CrashReportClient freezing when using Copy command from right-click context menu
#jira UE-79606
#rb Brandon.Schaefer
#lockdown cristina.riveron

#ROBOMERGE-OWNER: Michael.Trepka
#ROBOMERGE-AUTHOR: michael.trepka
#ROBOMERGE-SOURCE: CL 8555206 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v406-8472469)

[CL 8555674 by Michael Trepka in Main branch]
2019-09-06 15:04:37 -04:00
Alexis Matte
430520a2f1 Fix degenerated triangle that introduce nan value into the normals when we compute them
#jira UE-79793
#rb david.hill

[CL 8551647 by Alexis Matte in Main branch]
2019-09-06 11:36:14 -04:00
ben marsh
d784ecb9c3 Allow overriding the shared DDC path via a command line option (-SharedDataCachePath=...).
#jira

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 8498023 via CL 8501495 via CL 8505402
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v406-8472469)

[CL 8539348 by ben marsh in Dev-Build branch]
2019-09-06 09:21:49 -04:00
nicholas goldstein
165992baad Fix typo in blueprint nativization with TMap entry default Value assignment.
#jira UE-79756
#rb phillip.kavan

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: nicholas.goldstein
#ROBOMERGE-SOURCE: CL 8498068 in //UE4/Main/...
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v406-8472469)

[CL 8534223 by nicholas goldstein in Dev-Build branch]
2019-09-06 08:36:17 -04:00
ben marsh
b1e78d8ee0 More IncludeTool fixes.
#rb none
#rnx
#jira

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 8374228 in //UE4/Release-4.23/... via CL 8497914
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v406-8472469)

[CL 8534183 by ben marsh in Dev-Build branch]
2019-09-06 08:35:48 -04:00
arciel rekman
f40748bca6 Add UnrealInsights support for Linux (UE-79574)
#jira UE-79574
[CODEREVIEW] Martin.Ridgers, Ionut.Matasaru, Will.Damon
#rb Martin.Ridgers, Ionut.Matasaru
#lockdown Cristina.Riveron

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: arciel.rekman
#ROBOMERGE-SOURCE: CL 8372896 in //UE4/Release-4.23/... via CL 8497732
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v406-8472469)

[CL 8534094 by arciel rekman in Dev-Build branch]
2019-09-06 08:34:31 -04:00
ben marsh
0d09cbc880 More IncludeTool fixes.
#rb none
#jira
#rnx

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 8371085 in //UE4/Release-4.23/... via CL 8497721
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v406-8472469)

[CL 8534068 by ben marsh in Dev-Build branch]
2019-09-06 08:34:21 -04:00
marc audy
0ec7f410db Copying //UE4/Dev-Framework to Dev-Main (//UE4/Dev-Main) [at] 8491425
#rb
#rnx

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: marc.audy
#ROBOMERGE-SOURCE: CL 8493028 in //UE4/Main/...
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v406-8472469)

[CL 8533431 by marc audy in Dev-Build branch]
2019-09-06 08:28:47 -04:00
ben marsh
102b2a4930 Allow overriding the shared DDC path via a command line option (-SharedDataCachePath=...).
#jira


#ROBOMERGE-SOURCE: CL 8498023 via CL 8501495
#ROBOMERGE-BOT: (v406-8472469)

[CL 8505402 by ben marsh in Main branch]
2019-09-05 11:42:07 -04:00
nicholas goldstein
b858e7c281 Fix typo in blueprint nativization with TMap entry default Value assignment.
#jira UE-79756
#rb phillip.kavan

[CL 8498068 by nicholas goldstein in Main branch]
2019-09-04 15:54:18 -04:00
ben marsh
fb4078d777 More IncludeTool fixes.
#rb none
#rnx
#jira

#ROBOMERGE-SOURCE: CL 8374228 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v406-8472469)

[CL 8497914 by ben marsh in Main branch]
2019-09-04 15:40:51 -04:00
arciel rekman
8d5482a397 Add UnrealInsights support for Linux (UE-79574)
#jira UE-79574
[CODEREVIEW] Martin.Ridgers, Ionut.Matasaru, Will.Damon
#rb Martin.Ridgers, Ionut.Matasaru
#lockdown Cristina.Riveron

#ROBOMERGE-SOURCE: CL 8372896 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v406-8472469)

[CL 8497732 by arciel rekman in Main branch]
2019-09-04 15:29:27 -04:00