Navigation
API > API/Runtime > API/Runtime/SlateCore
Used to determine which search method we should use when finding a suitable parent window
| Name | ESlateParentWindowSearchMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
Syntax
enum ESlateParentWindowSearchMethod
{
ActiveWindow,
MainWindow,
}
Values
| Name | Remarks |
|---|---|
| ActiveWindow | Favor using the active window (will fallback to the main window if the active window is unsuitable) |
| MainWindow | Favor using the main window |