Navigation
API > API/Runtime > API/Runtime/Slate
Determines how popup windows are laid out by CalculatePopupWindowPosition when there is no space on the screen for the popup window to fit in its preferred orientation.
| Name | EPopupLayoutMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
Syntax
enum EPopupLayoutMode
{
Menu = 0,
ToolTip,
}
Values
| Name | Remarks |
|---|---|
| Menu | The popup window is allowed to flip to the other side of the anchor that opens it. |
| ToolTip | The popup window does not flip. Tooltips have their own logic to handle placement for this case. |