How to stop dashing while in the air?

Hi, I’m still new and have been following some guides on how to make your character dash. I’m happy with what I got so far but I only want the character to dash while on the ground, because right now after I jump I can still dash around in the air.

Could anyone tell me what I need to do to prevent this?

Would appreciate any help, here is the blueprint in case it’s needed


Thank you.

Before everything, check if IsFalling is not true.

1 Like

Thank you so much, that was what I was looking for!

If it’s possible for you to help me once again, I would appreciate it.

I have W, A, S and D coded where if you double tap them, you dash in that direction.

Thanks to your help, if I jump and for example spam W I no longer dash while in the air. However when I land and I press W only once, I dash straight away instead of needing to double tap.

What exactly do I need to change in the blueprint to prevent this?


Thank you.

1 Like

You want to put the branch before incrementing PressedAmount

Brilliant, that worked! Thank you so much for the help.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.