LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerNotificationRewardCurrency Struct Reference

Represents a currency reward in a notification, linking the reward to a currency amount and its currency details. More...

#include <LootLockerNotificationsRequestHandler.h>

Collaboration diagram for FLootLockerNotificationRewardCurrency:

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.
 

Detailed Description

Represents a currency reward in a notification, linking the reward to a currency amount and its currency details.

Field Documentation

◆ Amount

FString FLootLockerNotificationRewardCurrency::Amount = ""

The amount of Currency to be rewarded.

◆ Created_at

FString FLootLockerNotificationRewardCurrency::Created_at = ""

The date the Currency reward was created.

◆ Currency_id

FString FLootLockerNotificationRewardCurrency::Currency_id = ""

The ID of the Currency.

◆ Details

FLootLockerNotificationRewardCurrencyDetails FLootLockerNotificationRewardCurrency::Details

The details on the Currency.

◆ Reward_id

FString FLootLockerNotificationRewardCurrency::Reward_id = ""

The ID of a reward.

◆ Updated_at

FString FLootLockerNotificationRewardCurrency::Updated_at = ""

The date the Currency reward was last updated.