Stoping animation once landed

Hello, I am making a jump animation and using the animation bp. I would like the jump to stop once the character has touched a solid object. Also, I have spent the last 4 hours researching but cant find anything. if you know how to solve this, please answer. Cheers!

Did you try the BP 3rd Person Game tutorial by Epic? Instead of asking if your character is in the air, you just replace it with a bool “touchObject” and set it to true/false. There are many options to do so, maybe just use the character capsule and on EndOverlap you set your bool to false.