Auto run on key press toggle like MMOS usually have UE5

Hi all,

I was hoping someone here could help.

Im trying to create an autorun on keypress (numlock) for a third person character/camera. however have been unable to do it and unable to find anything helpful online.


This is what i currently have set up but it does nothing…

Any help is appreciated.
Cheers

Hope this helps :slight_smile:

Don’t forget to set max walk speed ^

2 Likes

Thanks Chasetopher,

Will give it a try now.

Cheers

@Chasetopher - it worked! I added a flipflop after the branch and plugged both true and false into it so I could toggle it on and off. Now just to refine it so that any direction button WASD will toggle off and stop the auto run. Thank you for your help.

1 Like

This is what I ended up with and works just how I want it to. Thanks again to Chasetopher <3

1 Like

Sorry this is so late, but it might be better to “Clear and invalidate timer” using the Sprint Timer variable off of you WASD movement inputs, that way you don’t have multiple keybind inputs.

1 Like