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

#include <LootLockerServerBalanceRequest.h>

Data Fields

FString Currency_id
 The id of the currency.
 
FString Currency_name
 The name of the currency.
 
FString Currency_code
 The currency code.
 
FString Factor
 The factor of this currency.
 
FString Created_at
 When this currency modifier was created.
 
FString Expires_at
 When this currency modifier expires.
 

Field Documentation

◆ Created_at

FString FLootLockerServerBalanceModifiers::Created_at

When this currency modifier was created.

◆ Currency_code

FString FLootLockerServerBalanceModifiers::Currency_code

The currency code.

◆ Currency_id

FString FLootLockerServerBalanceModifiers::Currency_id

The id of the currency.

◆ Currency_name

FString FLootLockerServerBalanceModifiers::Currency_name

The name of the currency.

◆ Expires_at

FString FLootLockerServerBalanceModifiers::Expires_at

When this currency modifier expires.

◆ Factor

FString FLootLockerServerBalanceModifiers::Factor

The factor of this currency.