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