Course: Animation Ecosystem for Game Development

You might want to add an input key (shift) for sprinting. After that in BP_Character you can create an input action event for sprint, which sets the maximum movement speed to the desired value upon being pressed. And when the button is released, set the maximum speed back to the default. Max speed parameters are in “Character Movement” component :thinking: