![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
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. | |
Represents a single price point for a Steam Store listing, specifying the currency code and amount.
| int FLootLockerCatalogSteamStoreListingPrice::amount = 0 |
Amount of the base value of the specified currency that this listing costs to purchase.
| FString FLootLockerCatalogSteamStoreListingPrice::Currency = "" |
Currency code of the currency to be used for purchasing this listing.