Commit Graph

12622 Commits

Author SHA1 Message Date
adam kinge
bb907afb38 Fix Hot Reload failing on AppleSilicon Macs as UBT compiles the changed module as x86_64.
#jira UE-176171
[FYI] zack.neyland, josh.adams
#preflight none as it's arm64 specific and hot code reload
#lockdown [at]rolando.caloca

[CL 24040409 by adam kinge in ue5-main branch]
2023-02-06 18:06:18 -05:00
chris constantinescu
4e7e7f9f3f LLT cleanup and improvements/updates:
- remove dependency on LaunchEngineLoop.cpp which also allows compilation against engine to succeed
- LowLevelTestsRunner no dependency on engine modules required: Launch, Core, Project
- EXPLICIT_TESTS_TARGET definition for self-contained tests: test modules and targets that derive from TestModuleRules/TestTargetRules respectively
- Cleanup Launch dependencies from existing explicit tests
- Cleanup redundant flags from existing explicit tests
- rename Self -> Foundation for in Horde
- additional platform fixes
Default #preflight 63e14d37244dc45a20e29337
All platform/tests LLTs #preflight 63e022f91b44ee7cb1c11d60
#rnx

[CL 24035900 by chris constantinescu in ue5-main branch]
2023-02-06 14:27:24 -05:00
JeanMichel Dignard
38ef5daae8 Fixed truncation warnings in the ContentBrowser modules
#jira UE-166269
#rb yohann.dossantos
#preflight 63e12ffa797b029c0a6507fe

[CL 24032337 by JeanMichel Dignard in ue5-main branch]
2023-02-06 12:05:08 -05:00
pj kack
c1dfe83c61 UnrealPak: Add more fine grained trace cpu scopes for profiling on remote machines.
#rb trivial
#rnx
#preflight 63e10793b923ed4bddea469f

[CL 24031827 by pj kack in ue5-main branch]
2023-02-06 11:39:10 -05:00
aidin abedi
5e47c0fe58 Fix incorrect normals when baking certain materials. The issue is due to a change in 5.2, which introduces a new virtual method, FMaterialResource::IsTangentSpaceNormal, that determines whether a material uses tangent-space normals or world-space. The baking module needs to override this method and forward all IsTangentSpaceNormal calls to the actual material being baked to properly determine which space the normals should be in.
#jira UE-170383 UE-173004
#preflight 63df227378716a01e849bc7b
#rb massimo.tristano
#lockdown jeanmichel.dignard

[CL 24031430 by aidin abedi in ue5-main branch]
2023-02-06 11:19:41 -05:00
sara schvartzman
3adc2d98b3 Control Rig: Fix patching of if/select nodes unresolves pins
#jira na
#rb helge.mathee
#preflight https://horde.devtools.epicgames.com/job/63e0fa8c4d25c400b707485a
#fyi halfdan.ingvarsson

[CL 24029015 by sara schvartzman in ue5-main branch]
2023-02-06 08:31:03 -05:00
henry falconer
e37d251435 Load the MeshBoneReduction module as soon as the MeshUtilities module starts up, as it could be needed at any time from a background thread
#rb Alexis.Matte
#preflight 63dd310714326f9a403c2f1a
#jira none

[CL 24028240 by henry falconer in ue5-main branch]
2023-02-06 06:18:31 -05:00
Martin Ridgers
99d65c0acf Removed two unused routes.
#rb jb
#rnx
#preflight 63e0ce177467a6960f2c4c17

[CL 24027585 by Martin Ridgers in ue5-main branch]
2023-02-06 05:00:30 -05:00
wouter burgers
1d6ef4b2e3 SourceControl: Added CanExecuteOperation to ISourceControlProvider interface.
#preflight 63de1752fe33a06594fc2e02

[CL 24018386 by wouter burgers in ue5-main branch]
2023-02-04 10:54:03 -05:00
calvin zheng
1ebedc7510 Fix for FrontendSession crash. After much investigation still can't figure out the root cause of this crash, however this trivial change seems to be able to avoid the crash, so let's go with this for now?
#jira UE-162671
#rb Zack.Neyland
#preflight 63dd8478fe33a06594ec7018

[CL 24009724 by calvin zheng in ue5-main branch]
2023-02-04 00:33:05 -05:00
jurre debaare
a3c4dc6494 Assertion failed BracketCounter >= 0 after attempting to undo the importation of CesiumMan.gltf
#jira UE-174032
#fix ensure that controller changes are only transacted when reimporting an animation sequence
#preflight 63dbb7ab2c5e55a09477085d

[CL 24007376 by jurre debaare in ue5-main branch]
2023-02-03 22:53:23 -05:00
jeanluc corenthin
954f6d3b8d #rb none
#preflight 63dce9ff797b029c0a152824
#preflight 63dd22cdc2257e56f49c7066
[FYI] david.lesage

[CL 24007053 by jeanluc corenthin in ue5-main branch]
2023-02-03 22:39:18 -05:00
karen jirak
84503b7b59 Modeling updates to use ToolkitBuilder
#jira UE-171293
#rb Matt.Kuhlenschmidt
#preflight 63dc9e4207207b2570320dfa

[CL 24004153 by karen jirak in ue5-main branch]
2023-02-03 20:52:21 -05:00
Matt Peters
fa59e5fba4 MPCook: ZenStoreWriter: Replicate ZenStoreWriter artifacts data.
#rnx
#rb Zousar.Shaker
#preflight 63dd7dd85c0ce8f11b71f405

[CL 23999102 by Matt Peters in ue5-main branch]
2023-02-03 17:38:06 -05:00
Dan Thompson
e3b465915d Fix for longlat textures and LeaveExistingMips calculating the wrong mip count.
#preflight 63dd6de01466610c64329794

[CL 23996865 by Dan Thompson in ue5-main branch]
2023-02-03 15:44:56 -05:00
jimmy smith
499bb33b24 Change Bink Quality mapping to use full 1-100 range. Add Project Setting to change "Default Compression Quality". Rewrite of DDC key hash to fix collisions.
NOTE: Bumping Bink version as mapping changed. Also bumping Streamcache versions as hash function changed.
#jira FORT-557932
#rb dan.thompson aaron.mcleran
#preflight 63dd54e5442a87d63d4a0dbc

[CL 23994694 by jimmy smith in ue5-main branch]
2023-02-03 14:08:56 -05:00
karen jirak
a0e8284d2d Updates for Modular Class Display to add a widget registration system and get it working for BaseToolkit and toolbars.
#rb Lauren.Barnes
#preflight skip

[CL 23989797 by karen jirak in ue5-main branch]
2023-02-03 09:30:55 -05:00
ionut matasaru
db9fe12987 [Insights] Improved debug API in AllocationsProvider.
#rb Catalin.Dragoiu
#preflight 63dd0929cf24c08f2c469739

[CL 23989419 by ionut matasaru in ue5-main branch]
2023-02-03 08:46:35 -05:00
patrick enfedaque
369054a373 AFunctionalTest: No support for DataLayers
#rb jeanfancois.dube
#preflight skip

[CL 23989321 by patrick enfedaque in ue5-main branch]
2023-02-03 08:30:39 -05:00
carl lloyd
17ddda2d2c Added support for relaxing nan checks in OpenGL and enabled for Android.
Fixed bug on Adreno drivers when using mixed precision in FMA
#rb Laura.Hermanns, Jack.Porter
#jira UE-174863
#preflight 63dcd8ba78716a01e80924f9

[CL 23988703 by carl lloyd in ue5-main branch]
2023-02-03 06:43:59 -05:00
henrik karlsson
3f296fb3b5 Fixed non unity/pch compile errors
#preflight 63dcad36b61aac108842ef74
#rb none

[CL 23987821 by henrik karlsson in ue5-main branch]
2023-02-03 04:18:17 -05:00
karen jirak
6158459942 Fix for copyright notices
#rb Lauren.Barnes
#preflight skip

[CL 23984713 by karen jirak in ue5-main branch]
2023-02-02 19:02:09 -05:00
karen jirak
5f479fa2ef Fix for copying in a loop
#rb Lauren.Barnes
#preflight skip

[CL 23984705 by karen jirak in ue5-main branch]
2023-02-02 19:01:55 -05:00
karen jirak
8d97551ae2 Updates for Modular Class Display to add a widget registration system and get it working for BaseToolkit and toolbars.
#jira UE-171293
#rb Matt.Kuhlenschmidt
#preflight 63dbcb442d4aef3dd1642d7d

[CL 23984661 by karen jirak in ue5-main branch]
2023-02-02 19:01:00 -05:00
mark lintott
7126d3c2ed Split up the DDC cache analytics per back end so we can more easily reason about specific abck end perf
#rb zousar.shaker, devin.doucette
#preflight 63da8e557a39a18021722350

[CL 23984212 by mark lintott in ue5-main branch]
2023-02-02 18:47:48 -05:00