![]() |
LootLocker Unreal Server SDK 6.6.0
Server-side backend SDK for Unreal Engine
|
Holds details about a currency catalog entity. More...
#include <LootLockerServerCatalogRequest.h>
Data Fields | |
| FString | Name |
| The name of the currency that this refers to. | |
| FString | Code |
| The unique short code of the currency that this refers to. | |
| FString | Amount |
| The amount of this currency to be awarded. | |
| FString | Id |
| The unique id of the currency that this refers to. | |
| FString | Catalog_listing_id |
| The catalog listing id for this currency detail. | |
Holds details about a currency catalog entity.
| FString FLootLockerServerCatalogCurrencyDetails::Amount |
The amount of this currency to be awarded.
| FString FLootLockerServerCatalogCurrencyDetails::Catalog_listing_id |
The catalog listing id for this currency detail.
| FString FLootLockerServerCatalogCurrencyDetails::Code |
The unique short code of the currency that this refers to.
| FString FLootLockerServerCatalogCurrencyDetails::Id |
The unique id of the currency that this refers to.
| FString FLootLockerServerCatalogCurrencyDetails::Name |
The name of the currency that this refers to.