When I jump in the air, I can't change the direction of the jump.

I want to change the Direction with wasd between the Jumps.
Here are the Blueprints i use for that.



In your CharacterMovementComponent, you have an option AirControl. You can set it to 1.0, for example, and you will be able to control your pawn with default movement input while in air.

1 Like