FOnlineLeaderboardWrite

Interface for storing/writing data to a leaderboard

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FOnlineStats

FOnlineLeaderboardWrite

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineStats.h

Include

#include "OnlineStats.h"

Syntax

class FOnlineLeaderboardWrite : public FOnlineStats

Remarks

Interface for storing/writing data to a leaderboard

Variables

Name Description

Public variable

ELeaderboardFor...

 

DisplayFormat

Display Type

Public variable

TArray< FName >

 

LeaderboardNames

Names of the leaderboards to write to

Public variable

FName

 

RatedStat

Name of the stat that the leaderboard is rated by

Public variable

ELeaderboardSor...

 

SortMethod

Sort Method

Public variable

ELeaderboardUpd...

 

UpdateMethod

Update Method

Constructors

Name Description

Public function

FOnlineLeaderboardWrite()