FOnlineLeaderboardRead

Interface for reading data from a leaderboard service

Windows
MacOS
Linux

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

Name Description

Public variable

TArray< FColumn...

 

ColumnMetadata

Column metadata for this leaderboard

Public variable

FName

 

LeaderboardName

Name of the leaderboard read

Public variable

EOnlineAsyncTas...

 

ReadState

Indicates an error reading data occurred while processing

Public variable

TArray< FOnline...

 

Rows

Array of ranked users retrieved (not necessarily sorted yet)

Public variable

FName

 

SortedColumn

Column this leaderboard is sorted by

Constructors

Name Description

Public function

FOnlineLeaderboardRead()

Functions

Name Description

Public function

FOnlineStats...

 

FindPlayerRecord

(
    const FUniqueNetId& UserId
)

Retrieve a single record from the leaderboard for a given user

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