ESlateParentWindowSearchMethod

Used to determine which search method we should use when finding a suitable parent window

Choose your operating system:

Windows

macOS

Linux

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