Navigation
API > API/Runtime > API/Runtime/SlateCore
Determines how popup window placement should treat the cursor.
| Name | EPopupCursorOverlapMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include Path | #include "Application/SlateApplicationBase.h" |
Syntax
enum EPopupCursorOverlapMode
{
PreventOverlap = 0,
AllowOverlap,
}
Values
| Name | Remarks |
|---|---|
| PreventOverlap | The popup window is not allowed to overlap the position of the cursor. |
| AllowOverlap | The popup window may overlap the position of the cursor. |