LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
Friends

Detailed Description

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.

Function Documentation

◆ ListFriendsForPlayer()

static FString ULootLockerServerForCpp::ListFriendsForPlayer ( const FString &  PlayerULID,
int  Page,
int  PerPage,
const FLootLockerServerListFriendsResponseDelegate OnCompletedRequest 
)
static

List friends for the specified player.

Parameters
PlayerULIDThe ULID of the player for whom to list friends
PageThe page number to retrieve. Each page contains 'PerPage' number of items.
PerPageThe number of items to retrieve per page.
OnCompletedRequestDelegate for handling the the server response.
Returns
A unique id for this request, use this to match callbacks to requests when you have multiple simultaneous requests outbound

Functions

static FString ULootLockerServerForCpp::ListFriendsForPlayer (const FString &PlayerULID, int Page, int PerPage, const FLootLockerServerListFriendsResponseDelegate &OnCompletedRequest)
 List friends for the specified player.