Instead of getting the direction of 2 points in space I like to get 2 points in space by providing the direction. How could I do that in Blueprint?
What I’m trying to do is to rotate a vector and then get A and B positions of that vector. Well, I know position A but need to get the new B after I rotated the vector.