Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineStats.h |
| Include | #include "OnlineStats.h" |
Syntax
class FOnlineLeaderboardRead
Remarks
Interface for reading data from a leaderboard service
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FColumnMetaData > | ColumnMetadata | Column metadata for this leaderboard | |
| FName | LeaderboardName | Name of the leaderboard read | |
| EOnlineAsyncTaskState::Type | ReadState | Indicates an error reading data occurred while processing | |
| TArray< FOnlineStatsRow > | Rows | Array of ranked users retrieved (not necessarily sorted yet) | |
| FName | SortedColumn | Column this leaderboard is sorted by |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FOnlineStatsRow * | FindPlayerRecord
(
const FUniqueNetId& UserId |
Retrieve a single record from the leaderboard for a given user |