![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
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< FLootLockerNotificationGroupRewardAssociations > | Associations |
| Associations for the Group reward. | |
| FString | Reward_id = "" |
| The ID of the reward. | |
Represents a group reward in a notification, bundling multiple reward-type associations under a shared name and description.
| TArray<FLootLockerNotificationGroupRewardAssociations> FLootLockerNotificationRewardGroup::Associations |
Associations for the Group reward.
| FString FLootLockerNotificationRewardGroup::Created_at = "" |
The date the Group reward was created.
| FString FLootLockerNotificationRewardGroup::Description = "" |
The description of the Group.
| FString FLootLockerNotificationRewardGroup::Name = "" |
The name of the Group.
| FString FLootLockerNotificationRewardGroup::Reward_id = "" |
The ID of the reward.