unreal.SelectInfo

class unreal.SelectInfo

Bases: EnumBase

Additional information about a selection event

C++ Source:

  • Module: SlateCore

  • File: SlateEnums.h

DIRECT: SelectInfo

Selection was directly set in code

Type:

3

ON_KEY_PRESS: SelectInfo

User selected via a key press

Type:

0

ON_MOUSE_CLICK: SelectInfo

User selected by clicking on the item

Type:

2

ON_NAVIGATION: SelectInfo

User selected by navigating to the item

Type:

1