![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
Holds the display details of a currency referenced in a notification reward, including its name, short code, amount, and ULID. More...
#include <LootLockerNotificationsRequestHandler.h>
Data Fields | |
| FString | Name = "" |
| The name of the Currency. | |
| FString | Code = "" |
| The code of the Currency. | |
| FString | Amount = "" |
| The amount of the Currency. | |
| FString | Id = "" |
| The ID of the Currency. | |
Holds the display details of a currency referenced in a notification reward, including its name, short code, amount, and ULID.
| FString FLootLockerNotificationRewardCurrencyDetails::Amount = "" |
The amount of the Currency.
| FString FLootLockerNotificationRewardCurrencyDetails::Code = "" |
The code of the Currency.
| FString FLootLockerNotificationRewardCurrencyDetails::Id = "" |
The ID of the Currency.
| FString FLootLockerNotificationRewardCurrencyDetails::Name = "" |
The name of the Currency.