Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/FReadEntriesAroundUser
| |
|
| Name |
Params |
| Type |
struct |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Leaderboards.h |
| Include Path |
#include "Online/Leaderboards.h" |
Syntax
struct Params
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AccountId |
FAccountId |
The account id of specified user |
Online/Leaderboards.h |
|
| BoardName |
FString |
The leaderboard to read |
Online/Leaderboards.h |
|
| Limit |
uint32 |
How many entries to fetch |
Online/Leaderboards.h |
|
| LocalAccountId |
FAccountId |
Local user id |
Online/Leaderboards.h |
|
| Offset |
int32 |
The offset to the rank of user |
Online/Leaderboards.h |
|