Player rotation/movement speed?

Where is the setting that controls the speed of movement and rotation for the player character and how can it be slowed?

D.

Bump!?

Come on guys someone must know the answer to this

Every character should have a CharacterMovement component, that’s where you change them. The speed is set by “Max Walk Speed” and the rotation is set by “Rotation Rate”. If you want the rotation to slow, set Yaw in Rotation Rate to around 100, I think default is 360.

Thanks so much Wesyc!