How Do I make gravity for my character?

Hey! I was playing my game and then when I wanted to jump I had no gravity. So I tried to fix it. I did a bunch of graphs and still nothing please help!

if you’re using a character (a blueprint that inherits from the “Character” class) so the CharacterMovement component will take care of it’s movimentation, including gravity, a character can also Jump using the “Jump” function (you can right click on your blueprint and type “jump” and you will find it) instead of creating your own jump function and maybe messing with something else. you can change gravity scale here (set it to 1 to have “normal” gravity):

if you’re not using a character, or have to change gravity in something else go to the details panel → physics → enable gravity

I don’t have gravity.

You need to click on character movement on the left like is highlighted in vecchers picture.

Still does not work.link text