![]() |
LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
|
Server-side management of linked platform accounts.
List the platform accounts linked to a player's LootLocker identity. Linked accounts enable cross-platform progression and cross-saves — the same player profile loads regardless of which platform the game runs on.
See the LootLocker documentation.
|
static |
List connected accounts for multiple players (up to 25) You can provide player ULIDs, legacy player IDs, or both.
| PlayerULIDs | List of Player ULIDs |
| LegacyPlayerIDs | List of legacy integer Player IDs |
| OnCompletedRequest | Delegate for handling the server response |
Functions | |
| static FString | ULootLockerServerForCpp::ListConnectedAccounts (const TArray< FString > &PlayerULIDs, const TArray< int > &LegacyPlayerIDs, const FLootLockerServerListConnectedAccountsResponseDelegate &OnCompletedRequest) |
| List connected accounts for multiple players (up to 25) You can provide player ULIDs, legacy player IDs, or both. | |