Commit Graph

3541 Commits

Author SHA1 Message Date
james doverspike
28a95c288f Enable Content on Demand for PC
#ROBOMERGE-AUTHOR: james.doverspike
#ROBOMERGE-SOURCE: CL 19063264 via CL 19063265 via CL 19075431 via CL 19077141 via CL 19078937
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)

[CL 19122628 by james doverspike in ue5-main branch]
2022-02-24 14:59:35 -05:00
Ryan Durand
97c2bbabc5 Add support for per platform FilterPlugin inis for plugins which was originally in a code review for CL 18874143.
#rnx
#jira UE-125146
#rb ryan.hummer
#preflight 62169f2b104496cff8a2c4e8

[CL 19122049 by Ryan Durand in ue5-main branch]
2022-02-24 14:48:24 -05:00
brandon dawson
0e1561b209 Custom config now supports non extensions style platform configs
#jira UE-141951
#preflight 620d06046202a22eede4c0f6

#ROBOMERGE-AUTHOR: brandon.dawson
#ROBOMERGE-SOURCE: CL 19060522 in //UE5/Release-5.0/... via CL 19078372
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)

[CL 19121397 by brandon dawson in ue5-main branch]
2022-02-24 14:35:13 -05:00
Brandon Schaefer
772691f946 Undo the -asan changes added to Gauntlet.
The Engine currently no longer spits out a binary for Editor (it does for game) with -ASan appended. Something to resolve at a later date
We can still run ASan tests, but now the binary will be UnrealEditor vs UnrealEditor-ASan

#jira none
#rb none
#fyi Jerome.Delattre
#preflight none

[CL 19113559 by Brandon Schaefer in ue5-main branch]
2022-02-24 10:06:54 -05:00
David Harvey
593065d184 Fix for LowLevelTests crash shutdown when running tests locally, and using -set:TestArgs="-device=<address>" instead of using a device pool
#jira none
#rb Chris.Constantinescu
#rnx
#preflight 62178ce9104496cff8c0c554

[CL 19112837 by David Harvey in ue5-main branch]
2022-02-24 09:01:29 -05:00
jonathan adamczewski
4ae530c943 AutomationTool: Ignore nullability in third party code.
#jira none
#trivial
#preflight 62148d3c3d41d0e78a72b2be

[CL 19069639 by jonathan adamczewski in ue5-main branch]
2022-02-22 02:28:45 -05:00
josh adams
3d1eff84b4 - Added support in MakeCookedEditor code to kick off a side BuildCookRun to create a base Release when making a CookedEditor as DLC. This will make it easier to test DLC mode because this one script can make the Release and also the DLC in one run.
- Run with -MakeRelease=build,cook,stage (or a subset to skip the step)
- Can also optionally combine the release and DLC into a target directory with -CombineBuilds=<path>
#rb self
#jria none
#preflight 62101c09ff52bfecfc03d7fb

[CL 19058296 by josh adams in ue5-main branch]
2022-02-18 17:46:49 -05:00
Josh Adams
51f5fe85bb - Allow for merging of directories with options to CopyDirectory_NoExceptions
#jira none
#rb matt.peters
#preflight 621018cb406b34de07e4bd0c

[CL 19057815 by Josh Adams in ue5-main branch]
2022-02-18 17:20:22 -05:00
josh adams
45d01324fc [Backout] - CL19056752
#fyi Josh.Adams
Original CL Desc
-----------------------------------------------------------------
- Added support in MakeCookedEditor code to kick off a side BuildCookRun to create a base Release when making a CookedEditor as DLC. This will make it easier to test DLC mode because this one script can make the Release and also the DLC in one run.
- Run with -MakeRelease=build,cook,stage (or a subset to skip the step)
- Can also optionally combine the release and DLC into a target directory with -CombineBuilds=<path>
#rb self
#jria none
#preflight skip

[CL 19056795 by josh adams in ue5-main branch]
2022-02-18 16:24:41 -05:00
Josh Adams
c1e954d0df - Added support in MakeCookedEditor code to kick off a side BuildCookRun to create a base Release when making a CookedEditor as DLC. This will make it easier to test DLC mode because this one script can make the Release and also the DLC in one run.
- Run with -MakeRelease=build,cook,stage (or a subset to skip the step)
- Can also optionally combine the release and DLC into a target directory with -CombineBuilds=<path>
#rb self
#jria none
#preflight skip

[CL 19056752 by Josh Adams in ue5-main branch]
2022-02-18 16:19:55 -05:00
Brandon Schaefer
4eb336f8b9 Disable cef as it seems to want to talk to an x11 server even though there is none around
#jira none
#rb none
#preflight 620f11f47509be98436b415c

[CL 19047191 by Brandon Schaefer in ue5-main branch]
2022-02-17 23:51:01 -05:00
Brandon Schaefer
51d27f9c98 Some fixes for pathing with Gauntlet and EngineTest
Fix some test/asserts when running offscreen rendering. We use a GenericWindow which was hitting some fatal logs

#jira none
#rb none
#preflight 620ed89bc91bcd0017af2295

[CL 19044653 by Brandon Schaefer in ue5-main branch]
2022-02-17 18:27:02 -05:00
eric knapik
1ee860257e #jira: FORT-429595
Allow cooked editor to run in cooked for in gauntlet and uncooked form.
Switch to using the -cookedEditor commandline argument for game specific cooked editor.
Adjusted parameters to allow the game to override exes to look for and name their module type

#preflight: 620df1e0f44e27e076620baf
[REVIEW] [at]Andrew.Grant [at]Jerome.Delattre [at]Chris.Constantinescu

#ROBOMERGE-AUTHOR: eric.knapik
#ROBOMERGE-SOURCE: CL 19035750 via CL 19037678 via CL 19038828 via CL 19039124 via CL 19039805
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v918-19018356)

[CL 19040295 by eric knapik in ue5-main branch]
2022-02-17 15:08:03 -05:00
andrew rodham
c73ff6358b Added missing change that tags digests as part of a cook
#preflight 620d5ef28a1ea16009836696

#ROBOMERGE-AUTHOR: andrew.rodham
#ROBOMERGE-SOURCE: CL 19023877 via CL 19029071 via CL 19029186 via CL 19029219 via CL 19031957
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v917-18934589)

[CL 19032181 by andrew rodham in ue5-main branch]
2022-02-17 03:44:29 -05:00
Brandon Schaefer
664b43df5f implement Turnkey GetDevices() for Linux.
#jira UE-141524
#rb none
#fyi Josh.Adams
#preflight 620d98647e2cef4bf1c4520c

[CL 19027719 by Brandon Schaefer in ue5-main branch]
2022-02-16 19:43:00 -05:00
Brandon Schaefer
e01b073259 Add support for ASan automation in Gauntlet and EngineTest
#jira UE-133314
#rb Jerome.Delattre
#preflight 620c1d9f475fb819ddcfd467

[CL 19017239 by Brandon Schaefer in ue5-main branch]
2022-02-16 12:43:49 -05:00
David Harvey
b3a856bc2e Turnkey Google Drive filename matches are not case sensitive.
#rnx
#rb luke.thatcher
#preflight 620cd26d615db7478d58c6e7

[CL 19012249 by David Harvey in ue5-main branch]
2022-02-16 05:35:38 -05:00
Ben Marsh
8a67c4acaf Horde: Move generic functionality for hosting different commands within an application into EpicGames.Core. Simplifies command line parsing, error handling, help output, etc...
#preflight 620c005c615db7478d393b1e

[CL 19001122 by Ben Marsh in ue5-main branch]
2022-02-15 14:41:10 -05:00
dmitriy dyomin
9504e87efa Fixed: Missing GPUDumpViewer files from a packaged builds on Android and iOS
#rb chris.babcock
#jira UE-142459
#preflight 620a4b7e015ab8f37a438558

#ROBOMERGE-AUTHOR: dmitriy.dyomin
#ROBOMERGE-SOURCE: CL 18978060 in //UE5/Release-5.0/... via CL 18978139 via CL 18978195
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)

[CL 18978200 by dmitriy dyomin in ue5-main branch]
2022-02-14 08:18:25 -05:00
bob tellez
a4effa70b6 #UE Config files in platform extension folders for plugins will now be staged
[FYI] Josh.Adams

#ROBOMERGE-AUTHOR: bob.tellez
#ROBOMERGE-SOURCE: CL 18954900 via CL 18954935 via CL 18954965 via CL 18955942 via CL 18956335
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)

[CL 18958375 by bob tellez in ue5-main branch]
2022-02-11 14:43:51 -05:00
david harvey
d6a2b885ae Don't create devices for CookedCooker targetplatform (CookedEditor TP was already correct)
- Harden Turnkey device querying to print a message on device exceptions, but not fail out

#rb Josh.Adams, Nuno.Leiria
#jira UE-141524
#rnx
#preflight 62067544ad10bdb30a9f31a4

#ROBOMERGE-AUTHOR: david.harvey
#ROBOMERGE-SOURCE: CL 18952338 in //UE5/Release-5.0/... via CL 18952418 via CL 18952518
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)

[CL 18952528 by david harvey in ue5-main branch]
2022-02-11 10:37:32 -05:00
CarlMagnus Nordin
f8b620a20a ZenCOTF:
Created ExternalCookOnTheFlyServer editor object for communicating with a running Zen COTF server
Recook packages when they are saved in the editor
#rnx
#preflight 62050bfde54ab7c24bb58f8f
#rb pj.kack

[CL 18934629 by CarlMagnus Nordin in ue5-main branch]
2022-02-10 08:23:16 -05:00
Brandon Schaefer
e65e4e342c Add Linux support for Gauntlet
#jira UE-133314
#rb Michael.Sartain
#preflight 6203cfda724404041858c36c

[CL 18918198 by Brandon Schaefer in ue5-main branch]
2022-02-09 10:41:17 -05:00
justin marcus
f69c485f11 Allow for retrevial of log path from RebuildHLODCommandlet
#preflight

#ROBOMERGE-AUTHOR: justin.marcus
#ROBOMERGE-SOURCE: CL 18868625 via CL 18880828 via CL 18880841 via CL 18880847 via CL 18880900 via CL 18880906
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v910-18824042)

[CL 18884842 by justin marcus in ue5-main branch]
2022-02-07 09:08:25 -05:00
william ewen
4185755103 Gauntlet Android: Making sure the Local Keys directory exists before we try to see if files exist within it
#rb J.Baumgartner

#ROBOMERGE-AUTHOR: william.ewen
#ROBOMERGE-SOURCE: CL 18854299 via CL 18854732 via CL 18854742 via CL 18855476 via CL 18855725
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v910-18824042)

[CL 18855752 by william ewen in ue5-main branch]
2022-02-03 18:41:31 -05:00