Commit Graph

230884 Commits

Author SHA1 Message Date
Ben Marsh 33da272f85 Horde: Missing file.
#preflight none

[CL 23058595 by Ben Marsh in ue5-main branch]
2022-11-09 13:33:42 -05:00
Ben Marsh 5a570a4e74 Horde: Various changes to bundle utility classes.
* Bundles now include a unique identifier (GUID) for the type of each exported node, as well as a version number for serializer. Unique identifier and version number is configured through the TreeNodeAttribute class which must be attached to each node type.
* Known node types are registered explicitly through the TreeReaderOptions class passed to the TreeReader constructor. Types are discovered as needed when writing nodes to TreeWriter, via the type of supplied objects.
* Support for custom deserializers is removed. Nodes are always constructed via a constructor taking a ITreeNodeReader argument.
* Nodes are now read from bundles using an explicitly instantiated TreeReader class, which removes a lot of the complexity from StorageNodeBase.

#preflight none

[CL 23058577 by Ben Marsh in ue5-main branch]
2022-11-09 13:32:45 -05:00
aidin abedi 81366164d4 Remove old (no longer needed) hacks for accessing transform channels when exporting level sequences to gltf
#jira none
#review-23050626 jeanluc.corenthin
#preflight 636b890e4d3c1d9d922990cc

[CL 23057986 by aidin abedi in ue5-main branch]
2022-11-09 13:12:15 -05:00
Elliot Colp d747081204 [EpicStageApp] Fix duplicate button failing for some actors (C++ work)
#jira UE-168430
#rb Alejandro.Arango
#preflight 636be87ff56cab38c7872bcb

[CL 23057938 by Elliot Colp in ue5-main branch]
2022-11-09 13:11:07 -05:00
robert srinivasiah 5d4ce3777d Add missing platform include to OpenXRPlatformRHI.h
#preflight 636b41df7c2b505190ed9517
#rb Arciel.Rekman
#jira trivial

[CL 23057779 by robert srinivasiah in ue5-main branch]
2022-11-09 13:04:11 -05:00
Devin Doucette c0e0de68c4 DDC: Added DerivedDataTool as a new program to work with DDC
This initial revision can be used to load and save cache replays.

#preflight none
#rb none

[CL 23057676 by Devin Doucette in ue5-main branch]
2022-11-09 12:58:08 -05:00
elliot colp 721e6a1a3f [EpicStageApp] Add color grading and positioning support for CCWs
#jira UE-163937
#rb Alejandro.Arango

[CL 23057585 by elliot colp in ue5-main branch]
2022-11-09 12:53:26 -05:00
elliot colp 289108540c [EpicStageApp] Fix duplicate button failing for some actors (Flutter work)
#jira UE-168430
#rb Alejandro.Arango

[CL 23057504 by elliot colp in ue5-main branch]
2022-11-09 12:50:15 -05:00
dan elksnitis 3e268dcee4 [shaders] remove stb preprocessor code until static analysis errors can be addressed.
#rb trivial
#preflight skip

[CL 23057245 by dan elksnitis in ue5-main branch]
2022-11-09 12:33:30 -05:00
Steve Robb 3e3c3c9817 Fixed FXmlFile not early-returning when parsing some invalid XML.
Fixed FXmlFile not handing empty element root nodes (<Root />).

#rb devin.doucette
#jira UE-169594
#preflight 636bd1b8f56cab38c7819d72

[CL 23056987 by Steve Robb in ue5-main branch]
2022-11-09 12:19:14 -05:00
Ben Marsh 9b629cb0b1 Horde: Prefer native client in agent operations.
#preflight none

[CL 23056837 by Ben Marsh in ue5-main branch]
2022-11-09 12:10:35 -05:00
Jimmy Andrews 5ad977f642 fix unity build by removing CA_SUPPRESS, as I could not reproduce the static analysis warning it was meant to suppress
#preflight 636bdacd376a9cd6a8a695e5
#rb trivial

[CL 23056660 by Jimmy Andrews in ue5-main branch]
2022-11-09 12:03:00 -05:00
carl bystrom 846d3f67c7 Horde: Add fallback property for identifying OS name to display in agent view
#jira none
#rb Josh.Engebretson
#skipci
#preflight none

[CL 23056599 by carl bystrom in ue5-main branch]
2022-11-09 12:00:04 -05:00
Brandon Schaefer 9bbad22290 Remove EpicWebHelper for Linux from p4 as it should always be rebuilt
#jira none
#rb Alfred.Reynolds
#preflight none

[CL 23056182 by Brandon Schaefer in ue5-main branch]
2022-11-09 11:45:27 -05:00
henrik karlsson eff3daf379 [Chaos]
* Changed order of includes to make includetool happy

#rb none
#jira none
#preflight skipped

[CL 23056168 by henrik karlsson in ue5-main branch]
2022-11-09 11:45:14 -05:00
christopher waters 82820de64c Updating Aftermath to version 2.18
Force removing uses of GFSDK_Aftermath_FeatureFlags_EnableShaderErrorReporting to hopefully prevent the new GPU crashes we saw last time.

#jira none
#rb mihnea.balta, jeannoe.morissette
#preflight 636a7e03ed07daaa9a13a655

[CL 23056131 by christopher waters in ue5-main branch]
2022-11-09 11:43:48 -05:00
tyson brochu 6e360233eb ClothEditor:
- Add an Options menu to both cloth viewport toolbars. Right now the only setting is the camera FOV for perspective views, but we can add more options as required
- Created a ViewportToolBarBase class that populates the Options menu for both viewports in the editor
- Set the default camera FOV to 45 degrees

#rb semion.piskarev
#preflight 636bd7b1843e6ac7942261a9

[CL 23056117 by tyson brochu in ue5-main branch]
2022-11-09 11:43:13 -05:00
Patrick Laflamme e91967bd42 Added the __class_getitem__ to the PyWrapperArray, PyWrapperFixedArray, PyWrapperSet and PyWrapperMap to get type hinting working properly when container is used to hint an method input parameters or the return value (or simply declared globally).
- For more information, see https://peps.python.org/pep-0560/
  - Added corresponding tests to test_type_hints.py.

#jira UE-169542 - Type hinting not working properly with unreal.Array
#rb Jamie.Dale
#preflight 636bd021a550a2a75901cc22

[CL 23055484 by Patrick Laflamme in ue5-main branch]
2022-11-09 11:15:16 -05:00
aidin abedi 83840f95fc Remove old (no longer needed) hacks for accessing raw vertex data in gltf exporter
#jira none
#review-23050647 jeanluc.corenthin
#preflight 636b8991dc30a4ce96edf18f

[CL 23055170 by aidin abedi in ue5-main branch]
2022-11-09 10:52:09 -05:00
Josh Engebretson bc869dfc0d Horde: Remove feature flag for new test data collections
#jira none
#rnx
#preflight none

[CL 23054336 by Josh Engebretson in ue5-main branch]
2022-11-09 09:59:37 -05:00
jeremie roy cd01a98391 Fix localization warning
#preflight 636ba800ed07daaa9a6683f1
#rb simon.therriault
#jira none

[CL 23053913 by jeremie roy in ue5-main branch]
2022-11-09 09:34:33 -05:00
carl bystrom 658cfba380 Horde: Respect unset values for minAgents and numReserveAgents for pool updates in dashboard
#jira none
#rb Josh.Engebretson
#skipci
#preflight none

[CL 23053712 by carl bystrom in ue5-main branch]
2022-11-09 09:20:54 -05:00
dan elksnitis 5e65aad0e3 [shaders] add initial version of stb preprocessor, using default data structure and alloc implementations (for now)
#preflight 636aa686f56cab38c7373c9f
#rb Jason.Nadro

[CL 23053497 by dan elksnitis in ue5-main branch]
2022-11-09 09:03:42 -05:00
eric renaudhoude 641eaa522d OCIO: Optional support for bidirectional display-view.
Inverted view transforms are now supported by our plugin when the option is enabled in the plugin settings, matching the library API.

#jira UE-164487
#rb ruslan.idrisov, rod.bogart
#preflight 6362d578ce676ae86864a1b5
#preflight 636bb14b843e6ac7941a337f

[CL 23053464 by eric renaudhoude in ue5-main branch]
2022-11-09 09:01:06 -05:00
Josh Engebretson 85b49aca06 Horde: Add version to Gauntlet horde reports, add some basic test information to simple reports for new backend
#jira none
#rnx
#rb Jerome.Delattre
#preflight 636a640af56cab38c7242313

[CL 23053411 by Josh Engebretson in ue5-main branch]
2022-11-09 08:55:04 -05:00