EWindowMode::Type

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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss