enum class EHUDElementButtonHintLocType_ t : uint32
{
// MPropertyFriendlyName = Ability Cast
EButtonHintLocType_ Cast = 0,
// MPropertyFriendlyName = Ability Alt-Cast
EButtonHintLocType_ AltCast = 1,
// MPropertyFriendlyName = Custom
EButtonHintLocType_ Custom = 2,
};