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

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.
 

Detailed Description

Represents a denomination of a currency.

Field Documentation

◆ Created_at

FString FLootLockerDenomination::Created_at = ""

The time that this denomination was created.

◆ Currency

FString FLootLockerDenomination::Currency = ""

The id of the currency this is a denomination of.

◆ Id

FString FLootLockerDenomination::Id = ""

The unique id of the denomination.

◆ Name

FString FLootLockerDenomination::Name = ""

The name of this denomination.

◆ Value

int FLootLockerDenomination::Value = 0

The value of this denomination in units of the currency.