Hello,
I want to have 2 differents speed for my character movement, when I barely push my stick I want to have 100m/s speed and when I push it to the max I want to have 400m/s speed with no in-between speed
But actually when I move my character I have in-between speed, how can I do to have only 2 states of speed ?
Thanks by advance 
the stick gives input in float right?
I don’t really know, I’m new on unreal
I’ve made this to be able to move my character
Then I change some parameters on my character movement to have a 100m/s in minimum and 400m/s in maximum speed

But I don’t know what I need to do to have only those 2 states of speed and no in-between speed when I’m moving
Hold up, hold up. It looks like you are still using the deprecated input system. Try updating your version to 5.4, then researching on the enhanced input system. Trust me, it will make your life much, much better.