LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerServerPlayerPlatform Struct Reference

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< FLootLockerServerConnectedAccountConnected_accounts
 List of connected authentication providers.
 

Detailed Description

Platform information for a single player including their connected accounts.

Field Documentation

◆ Connected_accounts

TArray<FLootLockerServerConnectedAccount> FLootLockerServerPlayerPlatform::Connected_accounts

List of connected authentication providers.

◆ Legacy_player_id

int FLootLockerServerPlayerPlatform::Legacy_player_id = 0

Integer based Player ID.

◆ Player_id

FString FLootLockerServerPlayerPlatform::Player_id = ""

ULID for the player.