FOnlineStatsRow

Representation of a single row in a retrieved leaderboard

Windows
MacOS
Linux

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

Name Description

Public variable

FStatsColumnArr...

 

Columns

All requested data on the leaderboard for this player

Public variable

const FString

 

NickName

Name of player in this row

Public variable

const TSharedPt...

 

PlayerId

Unique Id for the player in this row

Public variable

int32

 

Rank

Player's rank in this leaderboard

Constructors

Name Description

Public function

FOnlineStatsRow

(
    const FString& InNickname,
    const TSharedRef< const FUniqueNetI...
)

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