LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerAccountConnectedStruct Struct Reference

Holds the provider type and display name of an account that was successfully connected to a player account. More...

#include <LootLockerConnectedAccountsRequestHandler.h>

Data Fields

ELootLockerAccountProvider Provider = ELootLockerAccountProvider::Guest
 The account provider.
 
FString Provider_name = ""
 Decorated name of this provider to use for displaying.
 

Detailed Description

Holds the provider type and display name of an account that was successfully connected to a player account.

Field Documentation

◆ Provider

ELootLockerAccountProvider FLootLockerAccountConnectedStruct::Provider = ELootLockerAccountProvider::Guest

The account provider.

◆ Provider_name

FString FLootLockerAccountConnectedStruct::Provider_name = ""

Decorated name of this provider to use for displaying.