IOnlineLeaderboards::ReadLeaderboards

Reads a set of stats for the specified list of players

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineLeaderboardInterface.h

Include

#include "Interfaces/OnlineLeaderboardInterface.h"

Syntax

bool ReadLeaderboards
(
    const TArray< FUniqueNetIdRef > & Players,
    FOnlineLeaderboardReadRef & ReadObject
)

Remarks

Reads a set of stats for the specified list of players

Returns

true if the call is successful, false otherwise

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss