ESlateParentWindowSearchMethod

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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss