Files
UnrealEngineUWP/Engine/Source/Editor/GraphEditor/Private/MaterialNodes
massimo tristano b686ccdbc0 [Material Editor] Deprecated UMaterialExpression::GetInputsView() in favor of making GetInput() the only way to access all inputs in a material expression.
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]
2024-05-29 05:52:14 -04:00
..