Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/ILeaderboards
Description
Read leaderboard entries around specified user. If the Offset is bigger than the Limit, the user may not appear in the returned entries. It makes sense in situations like getting prev page of users above my rank
| Name | ReadEntriesAroundUser |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Leaderboards.h |
| Include Path | #include "Online/Leaderboards.h" |
TOnlineAsyncOpHandle < FReadEntriesAroundUser > ReadEntriesAroundUser
(
FReadEntriesAroundUser::Params && Params
)