UEConsole Commands
VariableConsole VariableRenderer

r.SetRes

r.SetRes is a console variable in Unreal Engine 5 (UE5). See what r.SetRes does, its values, and how to use this cvar in the Unreal console below.

Category: Renderer · Namespace: r

Help

Set the display resolution for the current game view. Has no effect in the editor. e.g. 1280x720w for windowed 1920x1080f for fullscreen 1920x1080wf for windowed fullscreen

Usage

Unreal console (open with ~)
> r.SetRes 1

Console variables take a value. Replace 1 with the setting you need. Run it with no value to print the current one.

Related in r