unreal.SlateIMFocusDepth

class unreal.SlateIMFocusDepth

Bases: EnumBase

ESlate IMFocus Depth

C++ Source:

  • Plugin: SlateIM

  • Module: SlateIM

  • File: SlateIMParameters.h

INCLUDING_DESCENDANTS: SlateIMFocusDepth = Ellipsis

Check if the previous widget or any of its childs widgets are focused (recursively)

Type:

1

SELF_ONLY: SlateIMFocusDepth = Ellipsis

Only check if the previous widget is focused

Type:

0