![]() |
LootLocker Unreal SDK 10.5.0
Game backend SDK for Unreal Engine
|
Group detail used by the ListCatalogItemsById endpoint, where association details are inlined directly into each association entry by the backend. More...
#include <LootLockerCatalogRequestHandler.h>
Data Fields | |
| FString | Name |
| The name of the Group. | |
| FString | Description |
| The description of the Group. | |
| FString | Id |
| The ID of the reward. | |
| FString | Catalog_listing_id |
| The catalog listing id for this group detail. | |
| TArray< FLootLockerInlinedGroupAssociation > | Associations |
| Associations with entity details inlined directly. | |
Group detail used by the ListCatalogItemsById endpoint, where association details are inlined directly into each association entry by the backend.
| TArray<FLootLockerInlinedGroupAssociation> FLootLockerInlinedGroupDetailsWithAssociations::Associations |
Associations with entity details inlined directly.
| FString FLootLockerInlinedGroupDetailsWithAssociations::Catalog_listing_id |
The catalog listing id for this group detail.
| FString FLootLockerInlinedGroupDetailsWithAssociations::Description |
The description of the Group.
| FString FLootLockerInlinedGroupDetailsWithAssociations::Id |
The ID of the reward.
| FString FLootLockerInlinedGroupDetailsWithAssociations::Name |
The name of the Group.