PlayerSpeed Setup ?

Hi!

Simple question:
How and where can i set up the Player Speed from the Ego Shooter Example?
I mean the walk Speed on W, S, A and D.

Greetings
Gazu

You should be able to change it in the Character Blueprint (PlayerPawn) at Max Walk Speed, or in the code by using the following one in the ShooterCharacter Class:



CharacterMovement->MaxWalkSpeed = YourSpeed;