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

Request to begin the Steam purchase redemption process for a catalog item for a specific class, extending the player request with a class identifier. More...

#include <LootLockerPurchasesRequestHandler.h>

Inheritance diagram for FLootLockerBeginSteamPurchaseRedemptionForClassRequest:
Collaboration diagram for FLootLockerBeginSteamPurchaseRedemptionForClassRequest:

Data Fields

int Class_id = 0
 Id of the class to make the purchase for.
 
- Data Fields inherited from FLootLockerBeginSteamPurchaseRedemptionRequest
FString Steam_id = ""
 Id of the Steam User that is making the purchase.
 
FString Currency = ""
 The currency to use for the purchase.
 
FString Language = ""
 The language to use for the purchase.
 
FString Catalog_item_id = ""
 The LootLocker Catalog Item Id for the item you wish to purchase.
 

Detailed Description

Request to begin the Steam purchase redemption process for a catalog item for a specific class, extending the player request with a class identifier.

Field Documentation

◆ Class_id

int FLootLockerBeginSteamPurchaseRedemptionForClassRequest::Class_id = 0

Id of the class to make the purchase for.