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

Holds the Steam Store listing for a catalog entry, including a description and the available prices. More...

#include <LootLockerCatalogRequestHandler.h>

Data Fields

FString Description = ""
 Description of this listing.
 
TArray< FLootLockerCatalogSteamStoreListingPricePrices
 List of prices for this listing.
 

Detailed Description

Holds the Steam Store listing for a catalog entry, including a description and the available prices.

Field Documentation

◆ Description

FString FLootLockerCatalogSteamStoreListing::Description = ""

Description of this listing.

◆ Prices

TArray<FLootLockerCatalogSteamStoreListingPrice> FLootLockerCatalogSteamStoreListing::Prices

List of prices for this listing.