unreal.SlateParentWindowSearchMethod

class unreal.SlateParentWindowSearchMethod

Bases: unreal.EnumBase

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

C++ Source:

  • Module: SlateCore

  • File: SlateTypes.h

ACTIVE_WINDOW

Favor using the active window (will fallback to the main window if the active window is unsuitable)

Type

0

MAIN_WINDOW

Favor using the main window

Type

1