Crouch And Jump Not Working

I made a player character but nothing happens when I use jump or crouch. Yes, I checked to make sure ‘can jump’ and can ‘crouch is’ enabled. This is my blueprint:

219929-unreal.png

Please help me get this working, thanks!

I created this character myself. Also, yes I do have buttons binded for crouch and jump, the problem is when I hit them, nothing happens.

This is your character created from start or ready sample? Do you have buttons binded for InputAction Crouch and Jump?

Dunno. I never had problems with this and I created a lot of characters for test or game.
Try to check event is fried - add Print String after Jump/Crouch press.
I think Crouch is done on Capsule - do you have it and Half Height is correct?

It may be worth noting that I did this in the first person template and it worked.

Make sure you have an anim class selected, you can change that by selecting your mesh inside your character BP and change Animation Mode to Use Animation Blueprint and change Anim class to your anim class, if you don’t have an anim class you’ll have to create an animation blueprint (Right click >> Animation >> animation blueprint) there you can handle the animation for when you crouch or jump, but you should at least see your character jump when you call the Jump function, is your character not doing anything at all when you press the jump button ? make sure the jump velocity is not 0 in the CharacterMovement.

Have you tried printing a text to the screen in the inputActionJump event to see if it gets fired when pressed ?

No, I do not see anything at all when I jump or crouch. The jump velocity is at 420, no meme needed.

Yes, it shows up on the screen when I hit the buttons.

I found the problem, I had set simulate physics on, I just needed to turn it off.