![]() |
LootLocker Unreal Server SDK 6.6.0
Server-side backend SDK for Unreal Engine
|
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. | |
Represents a price for a catalog entry in a specific currency, including the numeric amount, display-friendly string, and unique price identifier.
| int FLootLockerServerCatalogEntryPrice::Amount = 0 |
The amount (cost) set for this price.
| FString FLootLockerServerCatalogEntryPrice::Currency_code |
The short code for the currency this price is in.
| FString FLootLockerServerCatalogEntryPrice::Currency_id |
The unique id of the currency this price is in.
| FString FLootLockerServerCatalogEntryPrice::Currency_name |
The name of the currency this price is in.
| FString FLootLockerServerCatalogEntryPrice::Display_amount |
A prettified version of the amount to use for display.
| FString FLootLockerServerCatalogEntryPrice::Price_id |
The unique id of this price.