GetSafeNormal what it is?

Or you have subtracted location of one actor from another, and you have a direction. You want to launch one actor towards the other, and you have to use that direction. However, the distance may be different each time, and you want the launch velocity to be the same every time, so you cant use the direction vector directly. So you normalize it and multiply it by a certain constant velocity value before launching.

3 Likes