Commit Graph

10192 Commits

Author SHA1 Message Date
will damon
8a9e2cfc19 Fix-up translated process detection.
#rb andrew.grant
#jira none
#rnx

[CL 16078843 by will damon in ue5-main branch]
2021-04-21 15:03:15 -04:00
Luke Thatcher
4a694b920b Move AutoSDK script version to Version.txt file inside the AutoSDK directory itself
- Previously, any changes made to AutoSDKs had to be submitted along with a bump in the version string returned by GetRequiredScriptVersionString(). Since this string is in UBT, the string has to be bumped in every branch where we need the AutoSDK changes to get applied.
 - Now, the script version string is stored in Version.txt, meaning there's only one place the version needs to be bumped to force all UBT instances in all branches to reapply an SDK.
 - Made GetRequiredScriptVersionString() private and removed platform implementations.

#rb Josh.Adams,Rolando.Caloca
#preflight 60804447a698b300013e5787

[CL 16076490 by Luke Thatcher in ue5-main branch]
2021-04-21 13:14:12 -04:00
Jerome Delattre
42fe3e2653 Fix ImageMagick library missing reference in Gauntlet
#jira none
#rb Ben.Salem
#rnx

[CL 16073032 by Jerome Delattre in ue5-main branch]
2021-04-21 10:16:01 -04:00
Benn Gallagher
738f0106ed Chaos: HeadlessChaos - Fixes for failing tests:
- Switched normalize for triangle face normals to not use an inverse square root to avoid precision loss
 - Fixed test that expected kinematic particles to move dynamically (default state changed in solver)
 - Disabled mid-step sleep test temporarily pending fixes from other branches
#rb trivial
#jira none

[CL 16072431 by Benn Gallagher in ue5-main branch]
2021-04-21 09:39:56 -04:00
christopher waters
83f70197d3 Tessellation Removal: Removing RHI Hull/Domain shader types and enums.
#rb lukas.hermanns
#jira UE-94564
#preflight 607f2e11eb4f050001d4655e

[CL 16066223 by christopher waters in ue5-main branch]
2021-04-20 17:00:25 -04:00
Jerome Delattre
83459da0ac Gauntlet - Don't call deprecated CreateReport function signature if the new signature is implemented.
#rnx
#rb Ben.Salem
#jira none

[CL 16065534 by Jerome Delattre in ue5-main branch]
2021-04-20 16:08:47 -04:00
branden turner
3b4e6f4bc8 Fix for warning LNK4075 : Ignoring /INCREMENTAL due to /RELEASE or /OPT:ICF in HoloLens and Windows builds
#jira UE-113847
#fyi Joe.Kirchoff
#fyi Ben.Marsh
#rb none

[CL 16065453 by branden turner in ue5-main branch]
2021-04-20 16:03:23 -04:00
jack porter
6aee72c4b2 Fix UBT executable path in Launcher builds
#jira UE-112634
#lockdown jack.porter
#rb Florin.Pascu

#ROBOMERGE-SOURCE: CL 16061606 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v789-15992632)

[CL 16064639 by jack porter in ue5-main branch]
2021-04-20 15:04:36 -04:00
jack porter
e8e44fce0c Fix issue with Windows launch on IOS giving actool error
Fix hang deploying files to IOS from Windows
#jira UE-107631
#jira UE-113859
#rb Axel.Riffard
#lockdown jack.porter
[FYI] Will.Damon, Axel.Riffard

#ROBOMERGE-SOURCE: CL 16059357 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v789-15992632)

[CL 16061404 by jack porter in ue5-main branch]
2021-04-20 10:44:53 -04:00
charles bloom
d2eed4ccd5 rename PakFileCompressionFormats to PackageCompressionFormat so that existing DefaultGame.ini files with "PakFileCompressionFormats=" don't override the new BaseGame.ini setting of Oodle
#rb none
#fyi josh.adams

[CL 16060897 by charles bloom in ue5-main branch]
2021-04-20 10:14:26 -04:00
Jerome Delattre
7246c4ea99 Gauntlet Telemetry - use an enum instead of a list for CSV columns
#jira none
#rnx
#rb trivial

[CL 16060775 by Jerome Delattre in ue5-main branch]
2021-04-20 09:59:58 -04:00
jonathan adamczewski
061b3de0fe Definitions.h: Drop some breadcrumbs
As an aid to the unfamiliar searcher (i.e. me), make the name of generated files "Definitions.h" appear as a literal in UBT code. Also, in those generated files, include a reference back to what generates them.

#jira none

[CL 16057466 by jonathan adamczewski in ue5-main branch]
2021-04-19 20:51:35 -04:00
jonathan adamczewski
98f3dfe5fa IPhonePackager:
Remove references to deleted projects from sln

#jira none
#trivial

[CL 16057402 by jonathan adamczewski in ue5-main branch]
2021-04-19 20:46:42 -04:00
geoff evans
d4216934a1 Fix incorrect comment
#rb trivial

[CL 16056266 by geoff evans in ue5-main branch]
2021-04-19 18:58:56 -04:00
Jerome Delattre
6c6bcf0814 Gauntlet - Add build command to publish telemetry from CSV
+ avoid using ITestContext instead use a blackboard type object as context to store abitrary data

at the command line:
 Engine\Build\BatchFiles\RunUAT.bat PublishUnrealAutomationTelemetry -CSVFile=C:\temp\myfile.csv -project=Reverb -changelist=111 -branch=ue5-main

in buildgraph:
<Command Name="PublishUnrealAutomationTelemetry" Arguments="-CSVFile=C:\temp\myfile.csv -project=Reverb -changelist=111 -branch=ue5-main" />

Support csv re-mapping:
 -CSVMapping=DataPoint:SomeName,TestName:SomeKey

#jira none
#rnx
#rb Geoff.Evans

[CL 16056211 by Jerome Delattre in ue5-main branch]
2021-04-19 18:50:12 -04:00
Tim Smith
3673f470a4 Enable UEnum and UStruct change tracking for properties in UHT. This fixes LiveCoding and HotReload issues where the engine wouldn't detect changes to containing objects when the UEnum or UStruct changed.
#rb trivial
#rnx
#preflight 607dd75aa329a40001ba40d7

[CL 16054517 by Tim Smith in ue5-main branch]
2021-04-19 16:03:16 -04:00
Bill Henderson
991b3b4ae8 ChaosVehicles: Edge case crash fix
#rb trivial
#preflight 607d8a1bd7af9b00011b8b24

[CL 16050731 by Bill Henderson in ue5-main branch]
2021-04-19 10:31:38 -04:00
Tim Smith
40530ddda5 Fixing UHT pre-parsing issue exposed by the addition of UENUM And USTRUCT parsing.
#rb trivial
#rnx

#ushell-cherrypick of 16049621 by Tim.Smith

[CL 16050141 by Tim Smith in ue5-main branch]
2021-04-19 09:11:16 -04:00
charles bloom
a5ee4d69bf remove duplicate Color::ComputeLuminance , use GetLuminance
also fix bug in ProxyLOD AverageColor , iterating on Size instead of 4

#rb none

[CL 16047335 by charles bloom in ue5-main branch]
2021-04-18 13:54:06 -04:00
charles bloom
6331ae849c remove MemStack constructor with unused int argument
#rb none
#fyi yuriy.odonnell

[CL 16047263 by charles bloom in ue5-main branch]
2021-04-18 13:06:22 -04:00
JeanLuc Corenthin
9a9d7403ec Fixed warning from SketchUp 2019 SDK
#jira none
#rb trivial
preflight 6079e0e6bd324b0001bdcd94

[CL 16040613 by JeanLuc Corenthin in ue5-main branch]
2021-04-16 17:33:43 -04:00
will damon
d360049a64 Remove extraneous rpath entries prior to code signing.
[REVIEW] [at]carl.lloyd [at]cristina.riveron
#UE-111538
#rnx
#lockdown cristina.riveron

#ROBOMERGE-SOURCE: CL 16032724 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v789-15992632)

[CL 16035519 by will damon in ue5-main branch]
2021-04-16 12:13:15 -04:00
will damon
c91d308554 Remove single quotes to better support spaces in project path.
#rb richard.wallis jack.porter jonathan.adamczewski
#jira UE-112634
#rnx
#lockdown cristina.riveron

#ROBOMERGE-SOURCE: CL 16032599 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v789-15992632)

[CL 16035515 by will damon in ue5-main branch]
2021-04-16 12:13:09 -04:00
jonathan adamczewski
6bf7665e9f HotReload:
Make ShouldDoHotloadFromIDE() more robust against the possiblity that the PID of a long-gone Editor instance has been recycled as a system process.

#jira none

[CL 16026733 by jonathan adamczewski in ue5-main branch]
2021-04-15 17:27:34 -04:00
Tim Smith
af13fdc41f Fix MAC compile issue
Fix coding standard error with enum declaration.

#rb trivial
#rnx

[CL 16023962 by Tim Smith in ue5-main branch]
2021-04-15 14:09:22 -04:00