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.
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.
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
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”