Vector+Vector node is missing from UE5?

I’m watching a tutorial where the guy adds two vectors using the “vector+vector” node from math/vectors. But this seems to be missing or renamed to something else in UE5. Does anyone know where this went or if there’s a different way to add vectors inside an object blueprint?

4 Likes

Just convert your pins on the add module to a vector.

1 Like

Can you show me how you do it? I’m a newbie with Blueprinting and I’m working on UE5 which is hard to follow.

image
This is Vector 2d + Vector 2d if this is what you are looking for

9 Likes

Right click on the PIN, it’ll give you conversion options.

3 Likes

Alright Thanks :+1:

Drag your outputs to the “f Add” inputs. Then, the node changes its appearance so that only two inputs and one output are displayed

Thank you for this. I also experienced the same issue and this solution worked.
:+1:

Screenshot (157)
right click on the pins of add node and set it to vector

3 Likes

thanks bro, i got problem with subtract, your answer solved it too

2 Likes