LootLocker Unreal Server SDK 6.6.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerServerCatalogCurrencyDetails Struct Reference

Holds details about a currency catalog entity. More...

#include <LootLockerServerCatalogRequest.h>

Data Fields

FString Name
 The name of the currency that this refers to.
 
FString Code
 The unique short 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.

Field Documentation

◆ Amount

FString FLootLockerServerCatalogCurrencyDetails::Amount

The amount of this currency to be awarded.

◆ Catalog_listing_id

FString FLootLockerServerCatalogCurrencyDetails::Catalog_listing_id

The catalog listing id for this currency detail.

◆ Code

FString FLootLockerServerCatalogCurrencyDetails::Code

The unique short code of the currency that this refers to.

◆ Id

FString FLootLockerServerCatalogCurrencyDetails::Id

The unique id of the currency that this refers to.

◆ Name

FString FLootLockerServerCatalogCurrencyDetails::Name

The name of the currency that this refers to.