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

#include <LootLockerCatalogRequestHandler.h>

Inheritance diagram for FLootLockerGroupDetails:

Data Fields

FString Name = ""
 The name of the Group.
 
FString Description = ""
 The description of the Group.
 
TArray< FLootLockerCatalogGroupMetadataMetadata
 The metadata of the Group.
 
FString Id = ""
 The ID of the reward.
 
FString Catalog_listing_id = ""
 
TArray< FLootLockerCatalogGroupAssociationAssociations
 Associations for the Group reward.
 

Field Documentation

◆ Associations

TArray<FLootLockerCatalogGroupAssociation> FLootLockerGroupDetails::Associations

Associations for the Group reward.

◆ Catalog_listing_id

FString FLootLockerGroupDetails::Catalog_listing_id = ""

◆ Description

FString FLootLockerGroupDetails::Description = ""

The description of the Group.

◆ Id

FString FLootLockerGroupDetails::Id = ""

The ID of the reward.

◆ Metadata

TArray<FLootLockerCatalogGroupMetadata> FLootLockerGroupDetails::Metadata

The metadata of the Group.

◆ Name

FString FLootLockerGroupDetails::Name = ""

The name of the Group.