EWindowType

Enumeration to specify different window types for SWindows

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/GenericWindowDefinition.h"

Syntax

enum EWindowType
{
    Normal,
    Menu,
    ToolTip,
    Notification,
    CursorDecorator,
    GameWindow,
}

Values

Name

Description

Normal

Value indicating that this is a standard, general-purpose window

Menu

Value indicating that this is a window used for a popup menu

ToolTip

Value indicating that this is a window used for a tooltip

Notification

Value indicating that this is a window used for a notification toast

CursorDecorator

Value indicating that this is a window used for a cursor decorator

GameWindow

Value indicating that this is a game window

Remarks

Enumeration to specify different window types for SWindows

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