This data structure is part of the Stats Interface.
Remarks
Input parameters for the EOS_Stats_QueryStats function.
Properties
EOS_Stats_QueryStatsOptions
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_STATS_QUERYSTATS_API_LATEST. |
EOS_ProductUserId LocalUserId | The Product User ID of the local user requesting the stats. Set to null for dedicated server. |
int64_t StartTime | If not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for start time (Optional). |
int64_t EndTime | If not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for end time (Optional). |
const char** StatNames | An array of stat names to query for (Optional). |
uint32_t StatNamesCount | The number of stat names included in query (Optional), may not exceed EOS_STATS_MAX_QUERY_STATS. |
EOS_ProductUserId TargetUserId | The Product User ID for the user whose stats are being retrieved |