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