enum class EMatchTrackedStatImpl : uint32
{
k_ eMatchTrackedStatImpl_ Invalid = 0,
k_ eMatchTrackedStatImpl_ Direct = 1,
k_ eMatchTrackedStatImpl_ Expression = 2,
k_ eMatchTrackedStatImpl_ PlayerAggregate = 3,
k_ eMatchTrackedStatImpl_ TeamAggregate = 4,
};