unreal.WindowMode

class unreal.WindowMode

Bases: EnumBase

Supported windowing modes (mirrored from GenericWindow.h)

C++ Source:

  • Module: Engine

  • File: GameUserSettings.h

FULLSCREEN: WindowMode

The window is in true fullscreen mode

Type:

0

WINDOWED: WindowMode

The window has a border and may not take up the entire screen area

Type:

2

WINDOWED_FULLSCREEN: WindowMode

The window has no border and takes up the entire area of the screen

Type:

1