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

Request to exchange a remote session lease code and nonce for an authorized session using the game API key and version. More...

#include <LootLockerRemoteSessionRequestHandler.h>

Data Fields

FString Game_api_key = ""
 The Game Key configured for the game.
 
FString Game_version = ""
 The Game Version configured for the game.
 
FString Lease_code = ""
 The lease code returned with the response when starting a lease process.
 
FString Nonce = ""
 The nonce returned with the response when starting a lease process.
 

Detailed Description

Request to exchange a remote session lease code and nonce for an authorized session using the game API key and version.

Field Documentation

◆ Game_api_key

FString FLootLockerStartRemoteSessionRequest::Game_api_key = ""

The Game Key configured for the game.

◆ Game_version

FString FLootLockerStartRemoteSessionRequest::Game_version = ""

The Game Version configured for the game.

◆ Lease_code

FString FLootLockerStartRemoteSessionRequest::Lease_code = ""

The lease code returned with the response when starting a lease process.

◆ Nonce

FString FLootLockerStartRemoteSessionRequest::Nonce = ""

The nonce returned with the response when starting a lease process.