How do I get a ball object (metal) to jump in blueprints (player pawn)

You could do a small line trace from the center of the ball to the -Z direction with a length of Radius + 5 or something to check if the ball is on ground before allowing to jump.

Something like this :