Float / Float is Missing on UE5

Hello everyone! I’m following a youtube tutorial on video but unfortunately the best tutorial that I found was on UE4 and I’m using UE5 right now. I couldn’t find the " Float / Float" whenever I type it.
Does the syntax change in UE5? please help. Thankss!

Just get a divide node, right click on one of it’s pins and select the To Float (single-precision) option. You can also drag out of a float type pin, release it on an empty space, search for “/” on the menu that pops up and hit enter. That way the float / float type divide node will be placed automatically.

Hope this helps! :innocent:

2 Likes

And then:

Image from Gyazo

These days you can do all kind of strange things:

That may or may not break your script. :innocent:

1 Like

Thankyou so much! Very informative answer, didn’t know it was that simple!

1 Like