How to stop jumping when playing Sliding montage?

I’ve set up a sliding montage, but currently the player can still jump during the animation. How can I prevent the player from jumping while sliding?

Here’s my setup for sliding montage and default jump setup.

1 Like

You can use your “Is Sliding” variable. Wire it into a Branch node before the “Jump” function and link the Branch’s “False” output into the Jump.

1 Like

Fix Character jumping in Sliding Montage Gameplay.

Worked, thanks!

1 Like