Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
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
| Type | Name | Description | |
|---|---|---|---|
| ELeaderboardFormat::Type | DisplayFormat | Display Type | |
| TArray< FName > | LeaderboardNames | Names of the leaderboards to write to | |
| FName | RatedStat | Name of the stat that the leaderboard is rated by | |
| ELeaderboardSort::Type | SortMethod | Sort Method | |
| ELeaderboardUpdateMethod::Type | UpdateMethod | Update Method |
Constructors
| Type | Name | Description | |
|---|---|---|---|