![]() |
LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
|
Details about a particular currency. More...
#include <LootLockerServerCurrencyRequest.h>
Data Fields | |
| FString | Id |
| The unique id of the currency. | |
| FString | Name |
| The name of the currency. | |
| FString | Code |
| The unique short code of the currency. | |
| bool | Game_api_writes_enabled = false |
| True if this currency can be awarded to the player from the game api. | |
| FString | Created_at |
| The time that this currency was created. | |
| FString | Published_at |
| The time that this currency was published. | |
Details about a particular currency.
| FString FLootLockerServerCurrency::Code |
The unique short code of the currency.
| FString FLootLockerServerCurrency::Created_at |
The time that this currency was created.
| bool FLootLockerServerCurrency::Game_api_writes_enabled = false |
True if this currency can be awarded to the player from the game api.
| FString FLootLockerServerCurrency::Id |
The unique id of the currency.
| FString FLootLockerServerCurrency::Name |
The name of the currency.
| FString FLootLockerServerCurrency::Published_at |
The time that this currency was published.