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 WriteOnlinePlayerRatings
(
const FName & SessionName,
int32 LeaderboardId,
const TArray < FOnlinePlayerScore > & PlayerScores
)
Remarks
Writes the score data for the match, used for rankings/ratings true if the call is successful, false otherwise
Parameters
| Name | Description |
|---|---|
| SessionName | the name of the session to write scores for |
| LeaderboardId | the leaderboard to write the score information to |
| PlayerScores | the list of players, teams, and scores they earned |