Jump into mouse location with min/max velocity

Hello Guys, This BP works as to tell the character to jump into the mouse cursor and this one is working. Now my question is… how can I set a minimum and maximum velocity to i can limit the character to jump morethan whats set (max velocity) Thank you guys!

What im trying to find out.

___ Char will jump into mouse location if equal or less than the range
------Char will not jump into mouse location if more than the max range

hope you can help me <3

What you can do is subtract the end location from the start location and then get the length of that vector.

You then need to check if that length is below your max value before continuing