Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericWindowDefinition.h |
Include |
#include "GenericPlatform/GenericWindowDefinition.h" |
enum EWindowType
{
Normal,
Menu,
ToolTip,
Notification,
CursorDecorator,
GameWindow,
}
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 |
Enumeration to specify different window types for SWindows