Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
enum ESlateParentWindowSearchMethod
{
ActiveWindow,
MainWindow,
}
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 |
Used to determine which search method we should use when finding a suitable parent window