enum class EFeatureBanReason : uint32
{
    k_eFeatureBanReason_Invalid = 0,
    k_eFeatureBanReason_DevCommand = 1,
    k_eFeatureBanReason_ReportedByOtherPlayers = 2,
    k_eFeatureBanReason_MatchAbandons = 3,
    k_eFeatureBanReason_TooManyReportsSubmitted = 4,
};