enum class EHUDElementButtonType_ t : uint32
{
EButtonHintType_ SingleButton = 0,
EButtonHintType_ TwoDifferentButtons = 1,
EButtonHintType_ TwoButtonCombo = 2,
};enum class EHUDElementButtonType_ t : uint32
{
EButtonHintType_ SingleButton = 0,
EButtonHintType_ TwoDifferentButtons = 1,
EButtonHintType_ TwoButtonCombo = 2,
};