Set characters movement speed

using unreal 4.6.1

In the character blue prints i cant see where i can edit the speed.

Previous answers don’t seem to help

Reference How can I change my character's movement speed? - Programming & Scripting - Epic Developer Community Forums

Hi ,

The solution you link to should work, but maybe you haven’t hooked it into the blueprints flow? You can add it from many places, the snap I include here as an example shows that block linked straight into the movement blueprint which is probably not the best place for it, but shows how it is done.

thank you for your reply this should help greatly! , Also. what is the speed measured in ?

No problem. I think 100 is normal speed, 50 appears to be half speed.

You can click on your Character Movement Component and check what the basic max speed is. It should be around 600 if i’m not wrong.

but what are the units measured in? 50? I want to make my character move at about 10.8 kmH or roughly 6.71 Miles per hour. how am i able to achieve this .

Thank you again :slight_smile:

Click! Yes if you go to the “Defaults” section of the character motion you can just change the value from there, 600 is the default.The value is in UU/s as stated in this answer: What units are used for movement speed in UE4? - Programming & Scripting - Unreal Engine Forums

Okay, thank you very much for your help! :slight_smile: