![]() |
LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
|
#include <LootLockerServerBalanceRequest.h>

Data Fields | |
| FString | Amount |
| Current amount of the given currency in this wallet. | |
| FLootLockerServerCurrency | 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. | |
| ELootLockerServerWalletHolderTypes | Holder_type = ELootLockerServerWalletHolderTypes::player |
| The type of holder that this holder id refers to. | |
| FString | Holder_id |
| ULID of the holder you want to create a wallet for. | |
| FString FLootLockerServerBalance::Amount |
Current amount of the given currency in this wallet.
| FString FLootLockerServerBalance::Created_at |
The time that this balance was created.
| FLootLockerServerCurrency FLootLockerServerBalance::Currency |
Information about the currency that this balance is in.
| FString FLootLockerServerBalance::Holder_id |
ULID of the holder you want to create a wallet for.
| ELootLockerServerWalletHolderTypes FLootLockerServerBalance::Holder_type = ELootLockerServerWalletHolderTypes::player |
The type of holder that this holder id refers to.
| FString FLootLockerServerBalance::Wallet_id |
The id of the wallet holding this balance.