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

Request to purchase one or more catalog items from a specific wallet. More...

#include <LootLockerPurchasesRequestHandler.h>

Data Fields

FString Wallet_id = ""
 The id of the wallet to be used for the purchase.
 
TArray< FLootLockerCatalogItemAndQuantityPairItems
 A list of items to purchase.
 

Detailed Description

Request to purchase one or more catalog items from a specific wallet.

Field Documentation

◆ Items

TArray<FLootLockerCatalogItemAndQuantityPair> FLootLockerPurchaseCatalogItemRequest::Items

A list of items to purchase.

◆ Wallet_id

FString FLootLockerPurchaseCatalogItemRequest::Wallet_id = ""

The id of the wallet to be used for the purchase.