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
1 Like