Speed changes

Hello everyone,

I was wondering how would I change my character speed and animation, I have set up a running function and input and now I need to change his speed and animation. Thanks!

To change the Character speed you want to do something like:


CharacterMovement->MaxWalkSpeed = 600.f;

To change the animation speed you will need to add to the AnimBlueprint, but I’m afraid I’m not an expert on how to do that!