Hi, we do have a small number of reported crashes with very similar call stacks in 5.4 and 5.5. Can you provide more information about the materials being duplicated? In the past (UE 5.2)we’ve seen crashes in these areas related to material parameter collisions.
CL#23675742 Added check that reports errors if a parameter is added in a Material bound to different values. This should not be allowed.
Code now checks for this occurrences and reprorts an error message instead of siliently trying to compile the material anyway.
This was causing a crash when two material functions containing the same parameter bound to different values (e.g. different textures) are used in the same material.