Writing return step(X, 0,0); in a custom material node dosent work?(UE5)

ok so I’m following this tutorial about how to prevent gun clipping and he’s creating material for it. in the video at 17:32 he adds a custom node and writes return step(X, 0,0); but an error states step: no matching 3 parameter intrinsic function. Does return step not exist anymore? have they changed it?

yt video link

error

surrounding nodes

Details panel for custom node
unknown_2022.08.28-00.07

I notice the code is supposed to be ‘step(X,0.0);’ ( 0.0 not 0,0 ).

nope, thanks for trying tho!

Darn, works for me… :thinking: