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

Represents a price for a catalog entry in a specific currency, including the numeric amount, display-friendly string, and unique price identifier. More...

#include <LootLockerServerCatalogRequest.h>

Data Fields

int Amount = 0
 The amount (cost) set for this price.
 
FString Display_amount
 A prettified version of the amount to use for display.
 
FString Currency_code
 The short code for the currency this price is in.
 
FString Currency_name
 The name of the currency this price is in.
 
FString Price_id
 The unique id of this price.
 
FString Currency_id
 The unique id of the currency this price is in.
 

Detailed Description

Represents a price for a catalog entry in a specific currency, including the numeric amount, display-friendly string, and unique price identifier.

Field Documentation

◆ Amount

int FLootLockerServerCatalogEntryPrice::Amount = 0

The amount (cost) set for this price.

◆ Currency_code

FString FLootLockerServerCatalogEntryPrice::Currency_code

The short code for the currency this price is in.

◆ Currency_id

FString FLootLockerServerCatalogEntryPrice::Currency_id

The unique id of the currency this price is in.

◆ Currency_name

FString FLootLockerServerCatalogEntryPrice::Currency_name

The name of the currency this price is in.

◆ Display_amount

FString FLootLockerServerCatalogEntryPrice::Display_amount

A prettified version of the amount to use for display.

◆ Price_id

FString FLootLockerServerCatalogEntryPrice::Price_id

The unique id of this price.