How to get the distance between two Vector2D in blueprint

Is there any node like c++ function
Distance
(
const FVector2D & V1,
const FVector2D & V2
)

thank you!

Isn’t this the solution to that?

You can substract one vector with another vector and use vector2dlength
like this

212444-capture.jpg

1 Like