![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
Represents a currency reward in a notification, linking the reward to a currency amount and its currency details. More...
#include <LootLockerNotificationsRequestHandler.h>

Data Fields | |
| FString | Created_at = "" |
| The date the Currency reward was created. | |
| FString | Updated_at = "" |
| The date the Currency reward was last updated. | |
| FString | Amount = "" |
| The amount of Currency to be rewarded. | |
| FLootLockerNotificationRewardCurrencyDetails | Details |
| The details on the Currency. | |
| FString | Reward_id = "" |
| The ID of a reward. | |
| FString | Currency_id = "" |
| The ID of the Currency. | |
Represents a currency reward in a notification, linking the reward to a currency amount and its currency details.
| FString FLootLockerNotificationRewardCurrency::Amount = "" |
The amount of Currency to be rewarded.
| FString FLootLockerNotificationRewardCurrency::Created_at = "" |
The date the Currency reward was created.
| FString FLootLockerNotificationRewardCurrency::Currency_id = "" |
The ID of the Currency.
| FLootLockerNotificationRewardCurrencyDetails FLootLockerNotificationRewardCurrency::Details |
The details on the Currency.
| FString FLootLockerNotificationRewardCurrency::Reward_id = "" |
The ID of a reward.
| FString FLootLockerNotificationRewardCurrency::Updated_at = "" |
The date the Currency reward was last updated.