You’re halfway there in your screenshot, but instead of adding to your character’s forward vector, you should multiply it by the launch velocity you want. The forward vector on its own is basically a direction, so by multiplying it the resulting vector can be used as a velocity in that direction.
So Get forward vector x 1000, and then maybe add another vector with a Z value of 100-200 so you’re lifted off the ground a little.