How to change speed on axis movement?

So i got my axis movement up and running on scale from 1 to -1 (forward and backward respectivley) but i can’t figure out how to make my actor (camera) move faster. I tried just setting axis value to a variable and multiply it buy two, or just manually increasing it, but it doesn’t seen to work. I guess i just didn’t fully understand how to work with those. Halp
I use Add Movement Input for movement btw.

Thanks.

Hello !

I assume it’s a character, right?

So for changing speed you can access the variable Max Walk Speed, which should be in the Character Movement component at a default of 600cm.

Hope this helps! :slight_smile:

Thank you!