UMG Animation Won't Stop Playing

Setup a bool for stamina draining. Have it so when all those “and” statements are true, it sets the stamina draining bool to true. Then make a custom event. In the custom event use a branch to determine if stamina draining is true. Then hook up your animation to the true node and the stop animation to the false node. You’ll need to call it every tick to see if its true or not so drag out from your event tick and call the custom event. Hope this helps.