how to change player start speed?

Hello I’m beginner of UE4 and I have simple question.
how do I change player start speed?

I just need to demo my environment so no need bunch of interaction or other action.

When you see the unreal editor, you can change camera speed 1 to 8. but if I compress them or press play button, speed is too slow or it stay as default. I want to speed it up.

I try to find tutorial there’s no tutorial for move character or player just like player start

All I want is speed up player start when I package it or press play button.

Step 1: Find your character in the content browser, open that up.

Step 2: Under the components, find CharacterMovement, click on that

Step 3: Under the details, find Max Walk Speed under the Walking section

Step 4: Change the number to whatever you want. 600 is default, so 1500 would 2.5 times as fast

Step 5: Compile and save

Once you’ve done that, you’re done. It is really easy to change the walk speed, but it can be hard to find since there are so many settings. This is true with pretty much everything in UE4, so if you have any questions, keep asking because we’re here. You can also find a really good tutorial series for beginners here: Series Introduction - #1 Unreal Engine 4 Beginner Tutorial Series - YouTube

Thank you so much!!!