unreal.SelectInfo

class unreal.SelectInfo

Bases: unreal.EnumBase

Additional information about a selection event

C++ Source:

  • Module: SlateCore

  • File: SlateEnums.h

DIRECT

Selection was directly set in code

Type

3

ON_KEY_PRESS

User selected via a key press

Type

0

ON_MOUSE_CLICK

User selected by clicking on the item

Type

2

ON_NAVIGATION

User selected by navigating to the item

Type

1