Enum ESelectInfo Path C++ Link /Script/SlateCore.ESelectInfo underlying uint8 /Script/SlateCore Values 5 NameValueHex OnKeyPress00x00OnNavigation10x01OnMouseClick20x02Direct30x03ESelectInfo_MAX40x04 Used by 3types with a member, parameter or interface of this type UComboBoxKeyUComboBoxStringUWBP_Spawn_C // /Script/SlateCore.ESelectInfo enum class ESelectInfo : uint8 { OnKeyPress = 0, OnNavigation = 1, OnMouseClick = 2, Direct = 3, ESelectInfo_MAX = 4, };