How do I Set Walk Speed?

hi, I can’t figure out how to change walk speed (in character movement) when you push shift. I created function, to change parameter of walk speed but i don’t know how to plug in it to walk speed. Any idea how to connect it?

This is a simple way to Set Walk Speed with Shift:

If you right click and get Character Movement, you can set the Walk Speed. You can also click the checkbox for “Show inherited variables” to locate it and other inherited component variables. I hope that this helps you!

i have a sprint script i have used to solve this

For some reason I do not have walk speed when it look it up in variables

Are you dragging from the Get Character Movement node? It’s context sensitive to that pin. To get the Character Movement variable, make sure to have “Show inherited varibles” checked on, then it will appear in the list. Let me know if that helps

If you just want to set the Walk Speed, here is my solution:

  1. Activate Show inherited variables by clicking on the eye
  2. Open up the Character Module
  3. Drag a CharacterMovement from there into your code
  4. Pull a line from the pin
  5. Select Set Walk Speed or whatever

I hope, I’m not too late

1 Like