UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSystemResolution Struct Reference

#include <UnrealEngine.h>

Public Member Functions

 FSystemResolution ()
 
void ForceRefresh ()
 

Static Public Member Functions

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

Public Attributes

int32 ResX
 
int32 ResY
 
EWindowMode::Type WindowMode
 
bool bForceRefresh
 

Constructor & Destructor Documentation

◆ FSystemResolution()

FSystemResolution::FSystemResolution ( )
inline

Member Function Documentation

◆ ForceRefresh()

void FSystemResolution::ForceRefresh ( )
inline

◆ RequestResolutionChange()

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

Member Data Documentation

◆ bForceRefresh

bool FSystemResolution::bForceRefresh

◆ ResX

int32 FSystemResolution::ResX

◆ ResY

int32 FSystemResolution::ResY

◆ WindowMode

EWindowMode::Type FSystemResolution::WindowMode

The documentation for this struct was generated from the following files: