Files
UnrealEngineUWP/Engine/Source/Editor/MaterialEditor
charles derousiers 7a8788dd6f Fix material function crash with Substrate on preview.
There were two issues:
* The material function preview was not correctly converting material attribute output.
* The cached expression were not populated, causing the IsMaterialAttributeOutput() function to not return the correct value.

Down the line, this was causing material attribute data to be connected to a float3 input causing a crash down the line.

#rb none
[FYI] sebastien.hillaire, massimo.tristano

[CL 28180761 by charles derousiers in ue5-main branch]
2023-09-25 03:14:01 -04:00
..