When I hit Play the walk speed is too fast. I see nothing when selecting the Player Start and looking in the Details tab to slow down the walk speed. Where am I supposed to look to change this?
Please be very specific assuming no knowledge as I’ve only been using Unreal Engine for 3 days.
I don’t have a character in the scene. I need to set the walk speed for the capsule component.
Thanks for your reply. I don’t have a character in the scene. I’m walking around using the capsule component. I’m using UE5. Where is the Components Panel? I’m completely new to Unreal Engine, just 3 days, so I don’t know what you mean.
With “Player Start (Instance)” selected, I see nothing in the Details tab. Underneath Player Start it lists “CapsuleComponent (Collision Capsule) (Inherited)”. That’s what I’m moving about in. I see nothing in the Details tab to change the rapid movement speed to something more akin to a slow walk.
I guess you are using the default ThirdPersonCharacter. In order to change speed, you only need to find your pawn (which in your case it should be ThirdPersonCharacterBP) and on the Components panel select the CharacterMovement component.
After doing that, you should be able to see in the Details panel (right side of the screen) a long list of options. You need to search for this section and there you can modify the max walk speed to your likings. I highly recommend you to play with these values a bit so you can experience what they do