Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineStats.h |
| Include | #include "OnlineStats.h" |
Syntax
struct FOnlineStatsRow
Remarks
Representation of a single row in a retrieved leaderboard
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStatsColumnArray | Columns | All requested data on the leaderboard for this player | |
| const FString | NickName | Name of player in this row | |
| const FUniqueNetIdPtr | PlayerId | Unique Id for the player in this row | |
| int32 | Rank | Player's rank in this leaderboard |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOnlineStatsRow
(
const FString& InNickname, |