Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | EPopupMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/PopupMethodReply.h |
| Include Path | #include "Input/PopupMethodReply.h" |
Syntax
enum EPopupMethod
{
CreateNewWindow,
UseCurrentWindow,
}
Values
| Name | Remarks |
|---|---|
| CreateNewWindow | Creating a new window allows us to place popups outside of the window in which the menu anchor resides. |
| UseCurrentWindow | Place the popup into the current window. |