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

Represents a group reward in a notification, bundling multiple reward-type associations under a shared name and description. More...

#include <LootLockerNotificationsRequestHandler.h>

Data Fields

FString Created_at = ""
 The date the Group reward was created.
 
FString Name = ""
 The name of the Group.
 
FString Description = ""
 The description of the Group.
 
TArray< FLootLockerNotificationGroupRewardAssociationsAssociations
 Associations for the Group reward.
 
FString Reward_id = ""
 The ID of the reward.
 

Detailed Description

Represents a group reward in a notification, bundling multiple reward-type associations under a shared name and description.

Field Documentation

◆ Associations

TArray<FLootLockerNotificationGroupRewardAssociations> FLootLockerNotificationRewardGroup::Associations

Associations for the Group reward.

◆ Created_at

FString FLootLockerNotificationRewardGroup::Created_at = ""

The date the Group reward was created.

◆ Description

FString FLootLockerNotificationRewardGroup::Description = ""

The description of the Group.

◆ Name

FString FLootLockerNotificationRewardGroup::Name = ""

The name of the Group.

◆ Reward_id

FString FLootLockerNotificationRewardGroup::Reward_id = ""

The ID of the reward.