![]() |
LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
|
Query and manage player friend lists from the server.
Retrieve a player's friends list from the server side for use in matchmaking, leaderboard filtering, and social feature backends.
See the LootLocker documentation.
|
static |
List friends for the specified player.
| PlayerULID | The ULID of the player for whom to list friends |
| Page | The page number to retrieve. Each page contains 'PerPage' number of items. |
| PerPage | The number of items to retrieve per page. |
| OnCompletedRequest | Delegate for handling the the server response. |
Functions | |
| static FString | ULootLockerServerForCpp::ListFriendsForPlayer (const FString &PlayerULID, int Page, int PerPage, const FLootLockerServerListFriendsResponseDelegate &OnCompletedRequest) |
| List friends for the specified player. | |