How to make a Pawn object move faster?

Hello everyone.
I’m new into UE4 :slight_smile: I got a problem. I don’t have an idea how to make my pawn object move faster. Task is from this page :slight_smile: https://docs.unrealengine.com/latest/INT/Programming/Tutorials/PlayerInput/4/index.html I’m afraid not quite understand how input works in UE… Trying to implement Action Maping for 4 directions but I need to declare 4 variables and 8 functions (e.g. IsMovingForward, StartMovingForward) just like in case of growing object in this tutorial. Can anyone show me how to solve this task, I’ll analyze it and try to understand how input works :wink: