Does the IntPoint / Integer node no longer exist in 5.0?

I’m trying to follow along with a youtube tutorial where they are dividing an intpoint with an integer like in the images below. But that node doesn’t exist for me and I can’t change the pin to anything but a Vector2D.

aa452b7829a410885e68620073d790f0
2

Hi Meshii,

I just checked in UE 4 and it does look like the ‘Divide intpoint by int’ is no longer in UE5.

Either this was accidentally erased in the conversion to the more-dynamic math node, or it may have been deemed redundant. (It’s the same thing as feeding the interger into the X and Y of a ‘Make IntPoint’ node and using that for division right?)

If you consider this a regression, submitting a bug report might be the best path forward.

Cheers

1 Like

Cannot you just connect them? I was very confused at first when I couldn’t find Vector * Int and all I had to do is to use Vector * Vector and simply connect what I needed to selected pin

Not sure if that will work here and if not - raise a Ticket for the guys as an improvement for next release or as a “bug” :laughing:

I managed to find a workaround by converting things a few times until they connected.