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

#include <LootLockerCatalogRequestHandler.h>

Inheritance diagram for FLootLockerInlinedGroupDetails:
Collaboration diagram for FLootLockerInlinedGroupDetails:

Data Fields

TArray< FLootLockerAssetDetailsAssetDetails
 Asset details inlined for this catalog entry, will be Empty if the entity_kind is not asset.
 
TArray< FLootLockerProgressionPointDetailsProgressionPointDetails
 Progression point details inlined for this catalog entry, will be Empty if the entity_kind is not progression_points.
 
TArray< FLootLockerProgressionResetDetailsProgressionResetDetails
 Progression reset details inlined for this catalog entry, will be Empty if the entity_kind is not progression_reset.
 
TArray< FLootLockerCurrencyDetailsCurrencyDetails
 Currency details inlined for this catalog entry, will be Empty if the entity_kind is not currency.
 
- Data Fields inherited from FLootLockerGroupDetails
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

◆ AssetDetails

TArray<FLootLockerAssetDetails> FLootLockerInlinedGroupDetails::AssetDetails

Asset details inlined for this catalog entry, will be Empty if the entity_kind is not asset.

◆ CurrencyDetails

TArray<FLootLockerCurrencyDetails> FLootLockerInlinedGroupDetails::CurrencyDetails

Currency details inlined for this catalog entry, will be Empty if the entity_kind is not currency.

◆ ProgressionPointDetails

TArray<FLootLockerProgressionPointDetails> FLootLockerInlinedGroupDetails::ProgressionPointDetails

Progression point details inlined for this catalog entry, will be Empty if the entity_kind is not progression_points.

◆ ProgressionResetDetails

TArray<FLootLockerProgressionResetDetails> FLootLockerInlinedGroupDetails::ProgressionResetDetails

Progression reset details inlined for this catalog entry, will be Empty if the entity_kind is not progression_reset.