Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/UnrealEngine.h |
| Include | #include "UnrealEngine.h" |
Syntax
struct FSystemResolution
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bForceRefresh | ||
| int32 | ResX | ||
| int32 | ResY | ||
| EWindowMode::Type | WindowMode |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForceRefresh () |
||
| void | RequestResolutionChange
(
int32 InResX, |
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 |