enum class EHUDElementButtonHintLocType_t : uint32
{
    // MPropertyFriendlyName = Ability Cast
    EButtonHintLocType_Cast = 0,
    // MPropertyFriendlyName = Ability Alt-Cast
    EButtonHintLocType_AltCast = 1,
    // MPropertyFriendlyName = Custom
    EButtonHintLocType_Custom = 2,
};