LootLocker Unreal SDK 10.5.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerInlinedGroupDetailsWithAssociations Struct Reference

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< FLootLockerInlinedGroupAssociationAssociations
 Associations with entity details inlined directly.
 

Detailed Description

Group detail used by the ListCatalogItemsById endpoint, where association details are inlined directly into each association entry by the backend.

Field Documentation

◆ Associations

TArray<FLootLockerInlinedGroupAssociation> FLootLockerInlinedGroupDetailsWithAssociations::Associations

Associations with entity details inlined directly.

◆ Catalog_listing_id

FString FLootLockerInlinedGroupDetailsWithAssociations::Catalog_listing_id

The catalog listing id for this group detail.

◆ Description

FString FLootLockerInlinedGroupDetailsWithAssociations::Description

The description of the Group.

◆ Id

FString FLootLockerInlinedGroupDetailsWithAssociations::Id

The ID of the reward.

◆ Name

FString FLootLockerInlinedGroupDetailsWithAssociations::Name

The name of the Group.