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.
This is Vector 2d + Vector 2d if this is what you are looking for
11 Likes
Right click on the PIN, it’ll give you conversion options.
3 Likes
Alright Thanks
Drag your outputs to the “f Add” inputs. Then, the node changes its appearance so that only two inputs and one output are displayed
1 Like
Thank you for this. I also experienced the same issue and this solution worked.
right click on the pins of add node and set it to vector
4 Likes
thanks bro, i got problem with subtract, your answer solved it too
2 Likes
I Had similar issue, want to add vector 2D -Vector 2D. Thank you for giving solution ( f subtract )
Thank you