FSystemResolution::RequestResolutionChange

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

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "UnrealEngine.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp

Syntax

static void RequestResolutionChange
(
    int32 InResX,
    int32 InResY,
    EWindowMode::Type InWindowMode
)

Remarks

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