Can Jump is True but Jump will occasionally fail

I’m observing some strange behaviour where occasionally, Spacebar will not cause the character to jump. I printed the value of CanJump just before trying to jump and it’s coming up as true but no jump is happening.

BP code that checks if you can jump, and then tries to jump (+ telling the animation BP what to do)

Code that activates jump, and (tells the animation BP what to do)

Just in case it’s relevant, version is Unreal Engine 5.0.3.

Well I’m not proud to admit this but it was the Stop Jumping and Jump function occurring at the same time

Welcome to game development! Have a great day! :joy: