class StatWithCategory_t
{
public:
    // MPropertyDescription = The Stat Type
    EStatsType m_eStatType;
    // MPropertyDescription = What Category does this stat belong in?
    ECitadelStatCategory m_eStatCategory;
};

KV3 Class Defaults

{
    m_eStatType = "EStatsCount"
    m_eStatCategory = "ECitadelStat_Invalid"
}