I am trying to make a character move slower when walking left, right, or backwards. Does anyone know what to do?
Assuming you’re using Third Person Template, In Project Settings, under Engine Input you can change the Axis Mappings Scale on MoveRight (ex. multiply by 0.5 vs 1) Axis to decrease character movement speed. If you would like to move slower when only moving backwards under MoveForward change the Scale on the S key.
Open “project setting” , find “input” tab and change scale in botton. For example, “move forward” have 1 or - 1 default scale, you change it on 0.5 or - 0.5. Now you Character move more slowly.
This ^
Or you can:
- Get MovementComponent
- Set MaxWalkSpeed