#rb ben.zeigler
#jira UE-223400
[RN] Fixed bug that would cause clicking an entry in the blueprint context menu to spawn the incorrect node
[CL 36026100 by dan oconnor in ue5-main branch]
When using SubstrateMaterialAttribute or SubstrateShadingModel, with a shading model driven by expression, the resulting packing was incorrect for hair and eye material. This is because the substrate operator was converted as a BSDF operator (vs. an eye / hair operator), and later the material was flagged as 'single' instead of 'complex'. The substrate export code was thus missing the complex header packing causing eye/hair data to be incorrect.
This CL add hair & eye BSDF feature, and refactor the feature tracking through a bitfield for simplicity.
#rb sebastien.hillaire
[CL 35770662 by charles derousiers in ue5-main branch]
- Added support for MetaStruct meta data
- Added support to show DisplayNames
- Struct marked as Hidden won't be displayed
#rnx
#rb dan.oconnor
[CL 35738959 by vritvij kadam in ue5-main branch]
- Removed legacy render pass management.
- Merged individual window render passes into single RDG builder.
- Cleaned up lots of dead code around HDR processing.
- Moved render batch merging to run asynchronously on the CPU.
- Ported UMG post buffer system and custom draw element paths to RDG.
- Replaced expensive scene view creation with much simpler view uniform buffer path.
#rb daren.cheng
#jira UE-211739
[CL 35454938 by zach bethel in ue5-main branch]
The outer-chain traversal ended up crashing as the asset's package is not its direct outer when externally packaged.
#rb dan.oconnor
[CL 35448433 by thomas sarkanen in ue5-main branch]
- When new nodes get created they don't start in 'Rename mode'
- Implemented right mouse click 'Rename F2' for nodes
- When new comment boxes get created they start in 'Rename mode'
- Implemented right mouse click 'Rename F2' for comment boxes
#rb Brice.Criswell, cedric.caillaud, kriss.gossart
[CL 34830920 by gustav melich in ue5-main branch]
[FYI] Yoan.StAmant
Original CL Desc
-----------------------------------------------------------------
Moved UserDefinedStruct to CoreUObject
#jira UE-216472
#rb Devin.Doucette
[CL 34486763 by gary yuan in ue5-main branch]
Note: Added additional change to comment bubble default color based on feedback from design.
#rb aditya.ravichandran, brooke.hubert
#jira UE-213437
#11805
[CL 34164900 by Vesros in ue5-main branch]
To facilitate iteration, this change introduces FExpressionInputIterator that only provides a convenience layer on top of UMaterialExpression::GetInput()
This change makes code more robust and consistent and enables future further simplifications & optimizations.
#rb Jason.Nadro, Jon.Cain
[CL 33967108 by massimo tristano in ue5-main branch]