Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineLeaderboards
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineLeaderboardInterface.h |
| Include | #include "Interfaces/OnlineLeaderboardInterface.h" |
bool ReadLeaderboards
(
const TArray < FUniqueNetIdRef > & Players,
FOnlineLeaderboardReadRef & ReadObject
)
Remarks
Reads a set of stats for the specified list of players true if the call is successful, false otherwise
Parameters
| Name | Description |
|---|---|
| Players | the array of unique ids to read stats for |
| ReadObject | holds the definitions of the tables to read the data from and results are copied into the specified object |