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"
}