[UE-67936] Strange material bug

Hi guys,
I am having this strange issue with a material function I created in UE 4.21.1. The node result work perfectly fine in 4.18. I have attached images of both versions below.
Can anyone please let me know what maybe wrong? Or am I staring at a bug :open_mouth:

Steps to Reproduce -
Open the editor, Create a material like the attached image, Select the cube preview mesh

Results:
Artifacts appear across the mesh in 4.21.1

Expected:
Artifacts would not appear (4.18 image)

Hello,

We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

https://epicsupport.force.com/unrealengine/s/

Thanks

Thanks Jeff, just received an email from Epic regarding my bug submission. Eagerly waiting for a fix.

Hello, I managed to get this resolved.

If anyone’s wondering how, I clamped the Alpha’s of the two Lerp nodes (which wasn’t required in v4.18, v4.19).

However, I just noticed that the bug report for the above issue was marked ‘By Design’ yesterday (14th Feb 19) on Unreal Engine Issues and Bug Tracker (UE-67936) .

Can someone please explain what changed from v4.20?

I can confirm this solved the issue for me!
Rather strange that the alpha needs to be clamped now, I know my way around the material editor and I don’t think I would solve this in a milion years, so random.
Regardnless, thanks!