![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
Represents a denomination of a currency. More...
#include <LootLockerCurrencyRequestHandler.h>
Data Fields | |
| FString | Id = "" |
| The unique id of the denomination. | |
| FString | Currency = "" |
| The id of the currency this is a denomination of. | |
| FString | Name = "" |
| The name of this denomination. | |
| int | Value = 0 |
| The value of this denomination in units of the currency. | |
| FString | Created_at = "" |
| The time that this denomination was created. | |
Represents a denomination of a currency.
| FString FLootLockerDenomination::Created_at = "" |
The time that this denomination was created.
| FString FLootLockerDenomination::Currency = "" |
The id of the currency this is a denomination of.
| FString FLootLockerDenomination::Id = "" |
The unique id of the denomination.
| FString FLootLockerDenomination::Name = "" |
The name of this denomination.
| int FLootLockerDenomination::Value = 0 |
The value of this denomination in units of the currency.