Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set the screen resolution in Unreal Engine 4?

I am making a settings menu for my game. I have created every graphics setting I want, except changing the screen resolution. This is what I tried first. I didn't know what I should provide for the target, though.

What I tried first

For some reason, this didn't work. I'm guessing I should have provided a different target. Can somebody help me with this?

like image 638
ZzZzZzZz Avatar asked Oct 23 '25 09:10

ZzZzZzZz


1 Answers

Since this is one of the highest results on google I figured I'd reply here.

Using console commands to set resolution absolutely DOES NOT WORK for shipping builds where console commands are disabled. It's better to use Get Game User Settings + Set Screen Resolution + Apply Resolution Settings nodes.

like image 193
WolfWorms Avatar answered Oct 27 '25 03:10

WolfWorms