This data structure is part of the Stats Interface.
Remarks
Input parameters for the EOS_Stats_IngestStat function.
Properties
EOS_Stats_IngestStatOptions
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_STATS_INGESTSTAT_API_LATEST. |
EOS_ProductUserId LocalUserId | The Product User ID of the local user requesting the ingest. Set to null for dedicated server. |
const EOS_Stats_IngestData* Stats | Stats to ingest. |
uint32_t StatsCount | The number of stats to ingest, may not exceed EOS_STATS_MAX_INGEST_STATS. |
EOS_ProductUserId TargetUserId | The Product User ID for the user whose stat is being ingested. |