enum class HeroSortingType_t : uint32
{
    EProfileSortGamesPlayed = 0,
    EProfileSortRankedPerformance = 1,
};