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

Represents a progression-reset reward in a notification, linking the reward to the affected progression. More...

#include <LootLockerNotificationsRequestHandler.h>

Collaboration diagram for FLootLockerNotificationRewardProgressionReset:

Data Fields

FString Created_at = ""
 The date the Progression Reset reward was created.
 
FString Updated_at = ""
 The date the Progression Reset reward was last updated.
 
FLootLockerNotificationRewardProgressionResetDetails Details
 The details of the Progression reward.
 
FString Progression_id = ""
 The ID of the Progression.
 
FString Reward_id = ""
 The ID of the reward.
 

Detailed Description

Represents a progression-reset reward in a notification, linking the reward to the affected progression.

Field Documentation

◆ Created_at

FString FLootLockerNotificationRewardProgressionReset::Created_at = ""

The date the Progression Reset reward was created.

◆ Details

FLootLockerNotificationRewardProgressionResetDetails FLootLockerNotificationRewardProgressionReset::Details

The details of the Progression reward.

◆ Progression_id

FString FLootLockerNotificationRewardProgressionReset::Progression_id = ""

The ID of the Progression.

◆ Reward_id

FString FLootLockerNotificationRewardProgressionReset::Reward_id = ""

The ID of the reward.

◆ Updated_at

FString FLootLockerNotificationRewardProgressionReset::Updated_at = ""

The date the Progression Reset reward was last updated.