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

Pairs a catalog listing identifier with the quantity to purchase. More...

#include <LootLockerPurchasesRequestHandler.h>

Data Fields

FString Catalog_listing_id = ""
 The unique listing id of the catalog item to purchase.
 
int Quantity = 0
 The quantity of the specified item to purchase.
 

Detailed Description

Pairs a catalog listing identifier with the quantity to purchase.

Field Documentation

◆ Catalog_listing_id

FString FLootLockerCatalogItemAndQuantityPair::Catalog_listing_id = ""

The unique listing id of the catalog item to purchase.

◆ Quantity

int FLootLockerCatalogItemAndQuantityPair::Quantity = 0

The quantity of the specified item to purchase.