EWindowMode::Type

Modes that an [FGenericWindow](API\Runtime\ApplicationCore\GenericPlatform\FGenericWindow) can be in

Choose your operating system:

Windows

macOS

Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericWindow.h

Include

#include "GenericPlatform/GenericWindow.h"

Syntax

namespace EWindowMode
{
    enum Type
    {
        Fullscreen,
        WindowedFullscreen,
        Windowed,
        NumWindowModes,
    }
}

Values

Name

Description

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

Remarks

Modes that an FGenericWindow can be in