How do I change FPS speed in Play mode?

Hi UE4…I’ve been googling and looking for the answer to this question but am running into big issues finding my way…
I don’t want to change Scalability Settings, I need to have photo realistic textures in a high end residential animation…and I cannot find MyCharacter in the BP…I only have Content (no Game) in the browser and I do see FIrstPerson, FirstPersonBp, Geometry, and StarterContent. All google searches are needing me to find other areas that are not appearing in my MyProject set up as a FPS. Where am I going wrong? Please help! Thanks,

Hey

Ok, inside the FirstPersonBP folder, is where you find the FirstPersonCharacterBP. now, about the speed, what do you want to do? So I can help you, thanks

I’m sorry but, in the First PersonBP folder I only have Blueprints/Maps. I don’t have the FirstPersonCharacterBP. However, if I go into the Blueprints, I do have FirstPersonCharacter. If I select this…I get the graphs. I need to SLOW DOWN the movement of FP in play mode. Thanks,

ok, the FirstPersonCharacter with a graph is your character BP, there is where you put the logic for something like the speed

About it, you can open the FirstPersonCharacter, goes to the 'Movement Component" click on it and find the “Max Walk Speed” and change that, probably it will set to 300, you just need to decrease it if you want your character to walk slower

Gotcha. Worked perfectly…thank you!