Commit Graph

25544 Commits

Author SHA1 Message Date
Stu McKenna
4a98249941 - Update dynamic parameter module to take advantage of per channel mask
#fyi wyeth.johnson
#jira none
#rnx
#preflight none

[CL 24405022 by Stu McKenna in ue5-main branch]
2023-02-24 13:48:24 -05:00
chris caulfield
07165c6eda Chaos - natvis for GT particles and UserData
#rb cedric.caillaud
#preflight none

[CL 24404862 by chris caulfield in ue5-main branch]
2023-02-24 13:43:40 -05:00
Josh Adams
c27379e9d2 Modern xcode changes
- .app is now fully made by Xcode, not partially by UBT/UAT (exe is copied into .app via shell script, and "cookeddata" is a folder reference in the Xcode proejct - for IOS/TVOS only for now)
- Updated how metadata files are found in the Metadata class, and template plist files are now called Info.Template.plst
- A prebuild script does some prep work to help with Xcode and UBT interaction, and the way our legacy build locations mess with Build after Archive
- Fixed some ".app" issues where the PRODUCT_NAME was missing
#rb self
#preflight 63f8fed82b1a2765f986f63f

[CL 24404636 by Josh Adams in ue5-main branch]
2023-02-24 13:35:13 -05:00
buildmachine
21352a1525 Localization Automation using CL 24400841
[CL 24401712 by buildmachine in ue5-main branch]
2023-02-24 11:13:05 -05:00
Jason Nadro
c2e2861be9 Removing ObjectLocalBounds material function from the Material Function Library dropdown menu.
- This material function has been replaced by a "native" material expression.

#rb trivial
#jira UE-174976
#preflight none

[CL 24400617 by Jason Nadro in ue5-main branch]
2023-02-24 10:03:38 -05:00
buildmachine
d823ae7504 Localization Automation using CL 24394819
[CL 24396898 by buildmachine in ue5-main branch]
2023-02-24 00:49:16 -05:00
martins mozeiko
b7596b85c1 Upgrade openssl to 1.1.1t version.
#preflight 63f40ed7ff5afbbb03c3d01b

[CL 24393172 by martins mozeiko in ue5-main branch]
2023-02-23 18:58:27 -05:00
Ben Marsh
fc12efb90d Horde: Add some default dashboard pages, so people starting the server directly don't get 404s when following links in the output log.
#preflight none

[CL 24388606 by Ben Marsh in ue5-main branch]
2023-02-23 15:49:48 -05:00
tim smith
46947e2fc9 Updating LiveCodingConsole with recent fixes
#rb self
#rnx
#jira UE-178179
#preflight 63f78fd3b879197e73c6bc3f

[CL 24386948 by tim smith in ue5-main branch]
2023-02-23 14:54:28 -05:00
tony wong
26ae821d13 MediaPlate: Fixed cross fade material not taking the alpha of the top layer texture into account when layering over the bottom layer.
#JIRA: UE-177262
#preflight content
[REVIEW] [at]eric.renaudhoude [at]ruslan.idrisov
#rb eric.renaudhoude, ruslan.idrisov
#rnx
#lockdown alejandro.arango

[CL 24386343 by tony wong in ue5-main branch]
2023-02-23 14:33:42 -05:00
richard graham
4ef5a305e4 Fix: VScout corrected naming on listed cameras and appearance of camera mark icons
#jira UE-178175, UE-166745
#content only
#preflight
#rb alejandro.arango
[REVIEW] alejandro.arango

[CL 24386337 by richard graham in ue5-main branch]
2023-02-23 14:33:28 -05:00
kerim borchaev
6e7fb21795 [Solidworks] Added UE Prerequisites setup to the installer
- directx/vcruntime installation were completely missing from the installer

- executing Engine\Extras\Redist\en-us\UEPrereqSetup_x64.exe

#jira UE-121230
#preflight 63f654a326233b957f1721c2
#rb JeanLuc.Corenthin

[CL 24375820 by kerim borchaev in ue5-main branch]
2023-02-23 00:36:17 -05:00
Ben Marsh
a24c10b81e Horde: Fix build warnings.
#preflight none

[CL 24375156 by Ben Marsh in ue5-main branch]
2023-02-22 21:50:59 -05:00
eric knapik
484eece97b #Jira: FORT-537062, FORT-563027
Callstacks not available in the log solved by upgrading our DBGHelp
This fixes the issue where PDBs greater than 8gb could not be loaded.
Updating to version: 20230202.1638.0
https://www.nuget.org/packages/Microsoft.Debugging.Platform.DbgEng/20230202.1638.0#readme-body-tab
Grabbed from the website above as instructed by microsoft

[REVIEW] [at]Johan.Berg [at]Jeff.Roberts [at]Josh.Adams [at]Marcus.Wassmer

[CL 24374653 by eric knapik in ue5-main branch]
2023-02-22 20:59:46 -05:00
Ben Marsh
ea191aeda1 Horde: Rework C++ remote execution to use direct connection to initiator.
#preflight none

[CL 24372198 by Ben Marsh in ue5-main branch]
2023-02-22 18:07:45 -05:00
Ryan Gerleve
9dce8caa53 Disable ReplicationSystem tests on non-Win64 platforms unti we can pass Win64 cleanly.
#rb trivial

[CL 24372192 by Ryan Gerleve in ue5-main branch]
2023-02-22 18:07:26 -05:00
zhenglin geng
471c9c535f NearestNeighborModel: fix vertex count mismatch bug. Reduce misleading error logs.
#rb michael.lentine
#jira ue-177912
#preflight 63f56cf7977ceed91502ce77

[CL 24370997 by zhenglin geng in ue5-main branch]
2023-02-22 17:30:51 -05:00
laura hermanns
a5cc34751f Replace DXIL.dll with newer version to fix outdated certificate.
#rb Mihnea.Balta
[FYI] Yuriy.Odonnell
#jira UE-178079
#preflight 63f627899b26c4957e8a8b5e
#rnx
#lockdown Mihnea.Balta

[CL 24370752 by laura hermanns in ue5-main branch]
2023-02-22 17:21:56 -05:00
Ryan Gerleve
fe1af6fb91 Add ReplicationSystemLowLevelTests program that runs the tests in ReplicationSystemTestPlugin within the low-level tests framework.
#jira UE-166991
#preflight 63f6731fff5afbbb03cc67ed
#rb peter.engstrom, chris.constantinescu

[CL 24368012 by Ryan Gerleve in ue5-main branch]
2023-02-22 15:28:31 -05:00
jimmy andrews
c50147dd0d add icon for material tool in fracture mode (copied over from modeling tools)
#rb trivial
#preflight 63f5c9ebb91d7b0a1289192e

[CL 24361289 by jimmy andrews in ue5-main branch]
2023-02-22 10:20:36 -05:00
carl lloyd
a89065b583 Adding support for RawBufferLoad2 to enable Raytracing on Android (Provided by Samsung)
#rb Laura.Hermanns
#preflight 63f5eeea6928c1ca3db58418

[CL 24358236 by carl lloyd in ue5-main branch]
2023-02-22 05:39:49 -05:00
buildmachine
3c63dcc6b8 Localization Automation using CL 24355758
[CL 24356101 by buildmachine in ue5-main branch]
2023-02-22 01:05:38 -05:00
zack neyland
d94ef81c76 Build: Filter out python files for platforms that can't use them in InstallBuilds.
#10137
#jira UE-177819
#preflight na
#rb ryan.hummer

[CL 24355932 by zack neyland in ue5-main branch]
2023-02-22 00:23:06 -05:00
takashi kuribayashi
237d9f9db0 VCam: Updated Dial for better touch sensitivity
#jira UE-176725
#rb Chris.McLaughlin
#lockdown Alejandro.Arango
#preflight none, content only

[CL 24353268 by takashi kuribayashi in ue5-main branch]
2023-02-21 18:40:26 -05:00
charles derousiers
0fad76c4d7 Rename all user/editor-facing Strata name into Substrate.
This CL address only user-facing part, i.e. Property field, view modes, tool tips, ...) mentioning Strata. All internal (host code, shaders code, CVars) still contains the 'Strata' name.

#rb sebastien.hillaire
#jira UE-175169
#preflight 63f4db68cf37615300e71db5
#lockdown juan.canada

[CL 24350396 by charles derousiers in ue5-main branch]
2023-02-21 16:52:23 -05:00