Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Input/PopupMethodReply.h |
| Include | #include "Input/PopupMethodReply.h" |
Syntax
enum EPopupMethod
{
CreateNewWindow,
UseCurrentWindow,
}
Values
| Name | Description |
|---|---|
| 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. |