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

Represents a single price point for a Steam Store listing, specifying the currency code and amount. More...

#include <LootLockerCatalogRequestHandler.h>

Data Fields

FString Currency = ""
 Currency code of the currency to be used for purchasing this listing.
 
int amount = 0
 Amount of the base value of the specified currency that this listing costs to purchase.
 

Detailed Description

Represents a single price point for a Steam Store listing, specifying the currency code and amount.

Field Documentation

◆ amount

int FLootLockerCatalogSteamStoreListingPrice::amount = 0

Amount of the base value of the specified currency that this listing costs to purchase.

◆ Currency

FString FLootLockerCatalogSteamStoreListingPrice::Currency = ""

Currency code of the currency to be used for purchasing this listing.