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

A group association with the entity detail inlined directly. More...

#include <LootLockerCatalogRequestHandler.h>

Collaboration diagram for FLootLockerInlinedGroupAssociation:

Data Fields

ELootLockerCatalogEntryEntityKind Kind = ELootLockerCatalogEntryEntityKind::Asset
 The entity kind of this association (asset, currency, progression_points, progression_reset)
 
FString Id
 The unique id of the entity.
 
FString Catalog_listing_id
 The catalog listing id for this association.
 
FLootLockerAssetDetails Asset_detail
 Asset details inlined, populated when kind is asset.
 
FLootLockerCurrencyDetails Currency_detail
 Currency details inlined, populated when kind is currency.
 
FLootLockerProgressionPointDetails Progression_point_detail
 Progression point details inlined, populated when kind is progression_points.
 
FLootLockerProgressionResetDetails Progression_reset_detail
 Progression reset details inlined, populated when kind is progression_reset.
 

Detailed Description

A group association with the entity detail inlined directly.

Field Documentation

◆ Asset_detail

FLootLockerAssetDetails FLootLockerInlinedGroupAssociation::Asset_detail

Asset details inlined, populated when kind is asset.

◆ Catalog_listing_id

FString FLootLockerInlinedGroupAssociation::Catalog_listing_id

The catalog listing id for this association.

◆ Currency_detail

FLootLockerCurrencyDetails FLootLockerInlinedGroupAssociation::Currency_detail

Currency details inlined, populated when kind is currency.

◆ Id

FString FLootLockerInlinedGroupAssociation::Id

The unique id of the entity.

◆ Kind

The entity kind of this association (asset, currency, progression_points, progression_reset)

◆ Progression_point_detail

FLootLockerProgressionPointDetails FLootLockerInlinedGroupAssociation::Progression_point_detail

Progression point details inlined, populated when kind is progression_points.

◆ Progression_reset_detail

FLootLockerProgressionResetDetails FLootLockerInlinedGroupAssociation::Progression_reset_detail

Progression reset details inlined, populated when kind is progression_reset.