EWindowType

Enumeration to specify different window types for SWindows

Choose your operating system:

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