Arrows rotating in mid air while following the flight path.

Hi

Any help would do. How would I go about having an arrow go from tilting up when fired, levelling off when at the top of the arc and facing the ground when it lands.

088c8f53cb9711105de333bac79abd6bd3b4d3ff.gif
arrow-path-fig2.gif

I would also like it to stick into the ground, but that can wait.

Regards

ProjectileMovement->bRotationFollowsVelocity = true;

should do the trick:)