![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
Represents a single catalog-related item within an entitlement, including its reward kind, catalog identifier, and creation timestamp. More...
#include <LootLockerEntitlementRequestHandler.h>
Data Fields | |
| FString | Created_at = "" |
| When this item was created. | |
| ELootLockerEntitlementRewardEntityKind | Reward_kind = ELootLockerEntitlementRewardEntityKind::Asset |
| What kind of reward this item is. | |
| FString | Id = "" |
| The unique identifier of this specific item. | |
| FString | Reward_id = "" |
| The id of the reward this item is in. | |
| FString | Catalog_id = "" |
| The id of the catalog item that this item is in. | |
| bool | Purchasable = false |
| Whether this item is purchasable. | |
Represents a single catalog-related item within an entitlement, including its reward kind, catalog identifier, and creation timestamp.
| FString FLootLockerEntitlementHistoryItem::Catalog_id = "" |
The id of the catalog item that this item is in.
| FString FLootLockerEntitlementHistoryItem::Created_at = "" |
When this item was created.
| FString FLootLockerEntitlementHistoryItem::Id = "" |
The unique identifier of this specific item.
| bool FLootLockerEntitlementHistoryItem::Purchasable = false |
Whether this item is purchasable.
| FString FLootLockerEntitlementHistoryItem::Reward_id = "" |
The id of the reward this item is in.
| ELootLockerEntitlementRewardEntityKind FLootLockerEntitlementHistoryItem::Reward_kind = ELootLockerEntitlementRewardEntityKind::Asset |
What kind of reward this item is.