I have an actor that is animated to move around (no physics), when the actor is hit, I activate its physics so that it falls naturally to the floor. But when hit, it loses forward velocity and instantly stops, then falls naturally. How can the actor’s animated velocity (and direction) be converted to physics velocity so that when hit it continues to move forward?