![]() |
LootLocker Unreal SDK 10.5.0
Game backend SDK for Unreal Engine
|
A group association with the entity detail inlined directly. More...
#include <LootLockerCatalogRequestHandler.h>

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. | |
A group association with the entity detail inlined directly.
| FLootLockerAssetDetails FLootLockerInlinedGroupAssociation::Asset_detail |
Asset details inlined, populated when kind is asset.
| FString FLootLockerInlinedGroupAssociation::Catalog_listing_id |
The catalog listing id for this association.
| FLootLockerCurrencyDetails FLootLockerInlinedGroupAssociation::Currency_detail |
Currency details inlined, populated when kind is currency.
| FString FLootLockerInlinedGroupAssociation::Id |
The unique id of the entity.
| ELootLockerCatalogEntryEntityKind FLootLockerInlinedGroupAssociation::Kind = ELootLockerCatalogEntryEntityKind::Asset |
The entity kind of this association (asset, currency, progression_points, progression_reset)
| FLootLockerProgressionPointDetails FLootLockerInlinedGroupAssociation::Progression_point_detail |
Progression point details inlined, populated when kind is progression_points.
| FLootLockerProgressionResetDetails FLootLockerInlinedGroupAssociation::Progression_reset_detail |
Progression reset details inlined, populated when kind is progression_reset.