Hello , everybody ! I am working on a first person shooter project and I want my player character instead of suddenly stopping when I release the W key , to make some steps in front , as well with the right , left and back , when releasing the specific input held for a specific time . It would help me a lot , thanks !
In the Movement Component, decrease the value of Braking Deceleration and/or Friction Factor.
2 Likes
Thank you , it worked !