Also removes the 32-bit loader as we don't support packaging for 32-bit platforms anymore.
Origin of binaries: https://github.com/KhronosGroup/OpenXR-SDK/releases/tag/release-1.0.25
#rb Jeff.Fisher
#preflight 6362b2576000216d2e19e221
[CL 22927918 by Jules Blok in ue5-main branch]
Update build script accordingly
#jira RTCP-3254
#preflight none - not making changes or have any impact on existing code yet
[CL 22898356 by pavel punsky in ue5-main branch]
Build for Win64
#jira RTCP-3254
#preflight none - not making changes or have any impact on existing code yet
[CL 22897165 by pavel punsky in ue5-main branch]
+ Additional column filters can now be created by implementing ISummaryTableColumnFilter and adding it to the list in Program.MakeAdditionalColumnFilters.
+ Moved stat threshold checks into an additional filter.
+ Added a column filter to hide metadata columns.
+ Added a column filter to only show columns where the most recent build has regressed by more than a given threshold.
+ You can now use 'debugShowFilteredColumns' to have columns be grayed out instead of removed. Hovering over them will show the reason they were filtered out (which filter and the reason). This is for debugging purposes and sanity checks to make sure you're not missing important information, especially when iterating on new filters. Some additional settings were added to SummaryTableColumn to support this.
+ Filters can also mark individual cells as 'invalid' to indicate they are not taken into consideration for that filter. These are grayed out with a tooltip when debugShowFilteredColumns is enabled. Currently this does not work in collated views.
+ Added the ability to set tooltips for column headers.
+ Added the ability to add a color modifier for the entire column or individual cells.
#rb ben.woodhouse
[CL 22890943 by tyler staples in ue5-main branch]
Remaining nodes to be eventually removed/replaced:
-CombineParamData
-CombineParamsAndInput
-ParamDataToInt
-SelectParamData
[FYI] adrien.logut, julien.lheureux, jeansebastien.guay
#rnx
#preflight none
[CL 22875516 by antoine guilbaud in ue5-main branch]
This makes them compatible with the new native nodes and helps with the conversion of graphs to the new attributes nodes / removal of the old ones.
[FYI] adrien.logut, julien.lheureux, jeansebastien.guay
#rnx
#preflight none
[CL 22836370 by antoine guilbaud in ue5-main branch]