LootLocker Unreal Server SDK 6.6.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerServerCatalogSteamStoreListingPrice Struct Reference

Represents a single price point for a Steam Store listing. More...

#include <LootLockerServerCatalogRequest.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.

Field Documentation

◆ Amount

int FLootLockerServerCatalogSteamStoreListingPrice::Amount = 0

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

◆ Currency

FString FLootLockerServerCatalogSteamStoreListingPrice::Currency

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