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

Holds details about a currency catalog entity, including the currency name, short code, amount to be awarded, and ULID. More...

#include <LootLockerCatalogRequestHandler.h>

Data Fields

FString Name = ""
 The name of the currency that this refers to.
 
FString Code = ""
 The unique code of the currency that this refers to.
 
FString Amount = ""
 The amount of this currency to be awarded.
 
FString Id = ""
 The unique id of the currency that this refers to.
 
FString Catalog_listing_id = ""
 The Catalog listing ID for this currency detail.
 

Detailed Description

Holds details about a currency catalog entity, including the currency name, short code, amount to be awarded, and ULID.

Field Documentation

◆ Amount

FString FLootLockerCurrencyDetails::Amount = ""

The amount of this currency to be awarded.

◆ Catalog_listing_id

FString FLootLockerCurrencyDetails::Catalog_listing_id = ""

The Catalog listing ID for this currency detail.

◆ Code

FString FLootLockerCurrencyDetails::Code = ""

The unique code of the currency that this refers to.

◆ Id

FString FLootLockerCurrencyDetails::Id = ""

The unique id of the currency that this refers to.

◆ Name

FString FLootLockerCurrencyDetails::Name = ""

The name of the currency that this refers to.