![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
Represents a currency balance in a wallet, including the amount, currency details, wallet identifier, and creation timestamp. More...
#include <LootLockerBalanceRequestHandler.h>

Data Fields | |
| FString | Amount = "" |
| Current amount of the given currency in this wallet. | |
| FLootLockerCurrency | Currency |
| Information about the currency that this balance is in. | |
| FString | Wallet_id = "" |
| The id of the wallet holding this balance. | |
| FString | Created_at = "" |
| The time that this balance was created. | |
Represents a currency balance in a wallet, including the amount, currency details, wallet identifier, and creation timestamp.
| FString FLootLockerBalance::Amount = "" |
Current amount of the given currency in this wallet.
| FString FLootLockerBalance::Created_at = "" |
The time that this balance was created.
| FLootLockerCurrency FLootLockerBalance::Currency |
Information about the currency that this balance is in.
| FString FLootLockerBalance::Wallet_id = "" |
The id of the wallet holding this balance.