Get direction actor is moving in.

How do i get the vector that say, a ball, is rolling in? i’ve tried this, but it doesnt work.

Oh, and this function is connected to an event tick.
also, this is a pawn, if that helps.

You’ll want to get the velocity. This won’t get the direction a ball is rolling in, but it will get the direction it’s moving in- that’s what you seem to actually want.

Thank you so much! I didn’t think it was that simple!

1 Like