This data structure is part of the Stats Interface.
Remarks
Contains information about a single player stat.
Properties
EOS_Stats_Stat
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_STATS_STAT_API_LATEST. |
const char* Name | Name of the stat. |
int64_t StartTime | If not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for start time. |
int64_t EndTime | If not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for end time. |
int32_t Value | Current value for the stat. |