Velocity from start to jump forward without moving

Is it possible to give character velocity from start to jump forward without moving?
Currently I’m trying to do a simple thing, on one click character starts moving to point and after second click character jumps and on jump end hits target. Here is what I’ve got now

Problem with Simple Move to Location is that after jump character will try to get back to point, so I need to erase it somehow, but as far as I can see there is no way to do that, so before actual jump I’m stopping all movement, and then I want to immediately give character some speed to jump.

Maybe there is another way to implement this?
Thanks for help

Nevermind, found that Add Impulse would do the trick