How to check if player is jumping?

Try using GetCharacterMovement()->IsFalling() to check if your character is falling/jumping.
I know this questions was posted almost a year ago. I was having a similar problem and thought I should post how I solved it. However, I’m just starting to use ue so there could be a better way (without using blueprints).

1 Like