Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/IStats
Description
Retrieve cached users' stats, which was retrieved when call QueryStats or BatchQueryStats, or after calling UpdateStats. When choose to use StatsNull, make sure to listen to OnStatsUpdated event and use this function to get all latest local stats and put them into SaveGame
| Name | GetCachedStats |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Stats.h |
| Include Path | #include "Online/Stats.h" |
TOnlineResult < FGetCachedStats > GetCachedStats
(
FGetCachedStats::Params && Params
) const