Need Help on how to make a character jump through the game objects

Need Help on how to do this ( the programming ) The game i’m trying to make is like the old 2D Mario Games

Hey RobGoneMad-

Looking at the code for the character from a 2D Side Scroller project, pressing the jump input button makes a call to ACharacter::Jump(). I would explore the code and character blueprint to get an understanding of how jumping works in the default templates.

Cheers