LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerBalance Struct Reference

Represents a currency balance in a wallet, including the amount, currency details, wallet identifier, and creation timestamp. More...

#include <LootLockerBalanceRequestHandler.h>

Collaboration diagram for FLootLockerBalance:

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.
 

Detailed Description

Represents a currency balance in a wallet, including the amount, currency details, wallet identifier, and creation timestamp.

Field Documentation

◆ Amount

FString FLootLockerBalance::Amount = ""

Current amount of the given currency in this wallet.

◆ Created_at

FString FLootLockerBalance::Created_at = ""

The time that this balance was created.

◆ Currency

FLootLockerCurrency FLootLockerBalance::Currency

Information about the currency that this balance is in.

◆ Wallet_id

FString FLootLockerBalance::Wallet_id = ""

The id of the wallet holding this balance.