unreal.WindowMode

class unreal.WindowMode

Bases: unreal.EnumBase

Supported windowing modes (mirrored from GenericWindow.h)

C++ Source:

  • Module: Engine

  • File: GameUserSettings.h

FULLSCREEN

The window is in true fullscreen mode

Type

0

WINDOWED

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

Type

2

WINDOWED_FULLSCREEN

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

Type

1