How would i stop my character from moving mid air once the movement key has been released?

Hey guys, i’m brand new to UE4 and so far i am loving it. Really simple and easy to use plus a very good forum for tips and so on.

So i am just wondering how would i stop or slow down my character mid air after releasing any movement key. So for instance W is Forward, so i’m walking/running forward than i release W while mid air, how do i stop/slow down how far i go?

Thank you in advanced :slight_smile:

Inside of the Character Movement component you can set “Use Separate Braking Friction” to true and set braking friction. You can also change it with a node. You can use similar nodes to change air control, acceleration, and speed. This might not be the best solution but it works for me. Also its easier to find the set movement option node or whatever if you untick context sensitive. And I assume you know how to but the target is the character movement component so you have to drag that in and connect it.
image
image