Skip to content

UMRISettings::SetResolution

Class: UMRISettings

Try to set the current display resolution.

Syntax

void UMRISettings::SetResolution(int Width, int Height, bool Fullscreen=false)

Parameters

Parameter Type Description
Width int Desired display width in pixels.
Height int Desired display height in pixels.
Fullscreen bool If true, switches to fullscreen mode.

Blueprint

Blueprint: Callable from Blueprints

Remarks

Width Desired display width in pixels. Height Desired display height in pixels. Fullscreen If true, switches to fullscreen mode. UFUNCTION