UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EWindowMode Namespace Reference

Enumerations

enum  Type : int {
  Fullscreen , WindowedFullscreen , Windowed , NumWindowModes ,
  Fullscreen , WindowedFullscreen , Windowed
}
 
enum  Type : int {
  Fullscreen , WindowedFullscreen , Windowed , NumWindowModes ,
  Fullscreen , WindowedFullscreen , Windowed
}
 

Functions

Type ConvertIntToWindowMode (int32 InWindowMode)
 

Detailed Description

Modes that an FGenericWindow can be in

Supported windowing modes (mirrored from GenericWindow.h)

Enumeration Type Documentation

◆ 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

Function Documentation

◆ ConvertIntToWindowMode()

Type EWindowMode::ConvertIntToWindowMode ( int32  InWindowMode)
inline