![]() |
LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
|
Platform information for a single player including their connected accounts. More...
#include <LootLockerServerConnectedAccountsRequest.h>
Data Fields | |
| int | Legacy_player_id = 0 |
| Integer based Player ID. | |
| FString | Player_id = "" |
| ULID for the player. | |
| TArray< FLootLockerServerConnectedAccount > | Connected_accounts |
| List of connected authentication providers. | |
Platform information for a single player including their connected accounts.
| TArray<FLootLockerServerConnectedAccount> FLootLockerServerPlayerPlatform::Connected_accounts |
List of connected authentication providers.
| int FLootLockerServerPlayerPlatform::Legacy_player_id = 0 |
Integer based Player ID.
| FString FLootLockerServerPlayerPlatform::Player_id = "" |
ULID for the player.