|
| enum | Type : int {
Fullscreen
, WindowedFullscreen
, Windowed
, NumWindowModes
,
Fullscreen
, WindowedFullscreen
, Windowed
} |
| |
| enum | Type : int {
Fullscreen
, WindowedFullscreen
, Windowed
, NumWindowModes
,
Fullscreen
, WindowedFullscreen
, Windowed
} |
| |
Modes that an FGenericWindow can be in
Supported windowing modes (mirrored from GenericWindow.h)
◆ Type [1/2]
| Enumerator |
|---|
| Fullscreen | The window is in true fullscreen mode
|
| WindowedFullscreen | The window has no border and takes up the entire area of the screen
|
| Windowed | The window has a border and may not take up the entire screen area
|
| NumWindowModes | The total number of supported window modes
|
| Fullscreen | The window is in true fullscreen mode
|
| WindowedFullscreen | The window has no border and takes up the entire area of the screen
|
| Windowed | The window has a border and may not take up the entire screen area
|
◆ Type [2/2]
| Enumerator |
|---|
| Fullscreen | The window is in true fullscreen mode
|
| WindowedFullscreen | The window has no border and takes up the entire area of the screen
|
| Windowed | The window has a border and may not take up the entire screen area
|
| NumWindowModes | The total number of supported window modes
|
| Fullscreen | The window is in true fullscreen mode
|
| WindowedFullscreen | The window has no border and takes up the entire area of the screen
|
| Windowed | The window has a border and may not take up the entire screen area
|
◆ ConvertIntToWindowMode()
| Type EWindowMode::ConvertIntToWindowMode |
( |
int32 |
InWindowMode | ) |
|
|
inline |