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

Request to connect a PlayStation account to the current player account using a sign-in code and environment identifier. More...

#include <LootLockerConnectedAccountsRequestHandler.h>

Data Fields

FString Environment = ""
 The environment for the playstation account (dev, qa, prod)
 
FString Code = ""
 The code from playstation sign in.
 

Detailed Description

Request to connect a PlayStation account to the current player account using a sign-in code and environment identifier.

Field Documentation

◆ Code

FString FLootLockerConnectPlaystationProviderToAccountRequest::Code = ""

The code from playstation sign in.

◆ Environment

FString FLootLockerConnectPlaystationProviderToAccountRequest::Environment = ""

The environment for the playstation account (dev, qa, prod)