FSystemResolution

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/UnrealEngine.h

Include

#include "UnrealEngine.h"

Syntax

struct FSystemResolution

Variables

Name Description

Public variable

bool

 

bForceRefresh

Public variable

int32

 

ResX

Public variable

int32

 

ResY

Public variable

EWindowMode::Ty...

 

WindowMode

Constructors

Name Description

Public function

FSystemResolution()

Functions

Name Description

Public function

void

 

ForceRefresh()

Public function Static

void

 

RequestResolutionChange

(
    int32 InResX,
    int32 InResY,
    EWindowMode::Type InWindowMode
)

Helper function for changing system resolution via the r.setres console command This function will set r.setres, which will trigger a resolution change later on when the console variable sinks are called

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss