반응형

Hello, I try to make resolution settings, but when change resolution with console command with custom resolution ( r.setRes 600 x 400 ) it change the window size and if is full screen it doesn't make anything. How to make resolutions settings with this or other method?

 

 

The r.SetRes command is the right way to go, but you are missing one little feature to make it work with full screen:
Usage of r.SetRes r.SetRes 600x400, where n can either be "f" for fullscreen or "w" for windowed, so if you want to apply 600x400 at fullscreen, you do r.SetRes 600x400f

 

ConsoleCommand

 

 

forums.unrealengine.com/development-discussion/blueprint-visual-scripting/107699-resolution-change

반응형

+ Recent posts