FOnlineLeaderboardRead::FindPlayerRecord

Retrieve a single record from the leaderboard for a given user

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "OnlineStats.h"

Syntax

FOnlineStatsRow * FindPlayerRecord
(
    const FUniqueNetId & UserId
)

Remarks

Retrieve a single record from the leaderboard for a given user

Returns

the requested user row or NULL if not found

Parameters

Parameter

Description

UserId

user id to retrieve a record for

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