Change jump force in code

I created my own custom Game Mode and Character using this tutorial: A new, community-hosted Unreal Engine Wiki - Announcements - Unreal Engine Forums
And I wanted a way of changing the jump force/height in c++ code.

Play with the GetCharacterMovement()->Velocity.Z variable. Is just an idea, i havent done it
that yet

Play with the GetCharactetMovement()->Velocity.Z variable and see what happens

Play with the GetCharactetMovement()->Velocity.Z variable and see what happens

OR you could go to the character movement component and adjust jump height

OR you could go to the character movement component and adjust jump height