How to launch a character both up and forward

FVector JumpUpwardDirection = GetActorUpVector(); // Get the character’s upward direction
LaunchCharacter(JumpUpwardDirection * 600.0f, true, true); // Apply the launch with the desired strength