How to make AI move to target location while jumping?

So, I’m using the Top Down Template and I’m trying to make the player character able to jump and maintain movement ability while jumping.

I added a jump input action, and tried using both Jump and Launch Character to make the character jump, however, the character won’t move to target mouse-pointer-clicked location while in the air.

Is there a way to make the AI to continue moving to target location while jumping?

If there is, you might have to do it manually in your Behavior Tree, and somehow force the input in the direction of the target point, while the AI is jumping.