How do I lower the graphics settings in the executable? UE5

Can someone help me. I am using unreal engine 5, and I would like to know if there is a way to solve my problem.

Hello MasterMLF,

Good question,

The “Quick and Dirty” way would be to wire up some ‘ExecuteConsoleCommand’ nodes which fire on begin play and tweak the graphics settings. Check this link for some good console commands to try.

And my favorite silver bullet for slaying performance woes is r.screenpercentage (+ a value between 25 and 100)

Hope that helps, If anyone knows of better ways, please let us know!

1 Like

In a nutshell, get and set ‘game user settings’

1 Like