UE5 Top Down preset, make a jump

Hello everyone, please tell me how to make a jump in the Top Down preset. I’m looking at how it’s done in the Third Person preset and I can’t figure it out. In the Top Down blueprint, I simply don’t have the necessary function.
1231231

When copying from another project, writes the error “InputAction Event references unknown Action ‘Jump’”

You need to make the jump input spec in the project settings

2 Likes

Yes, i do this, but didnt help(

you have to put a jump animation in the state machine of the char
you will have to adjust the top down state machine so it has a jump loop with an anim just like in the 3rd person bp

2 Likes

Thanks a lot!