![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
Represents a complete entitlement record, grouping its catalog items, system rewards, metadata, originating store, status, and type. More...
#include <LootLockerEntitlementRequestHandler.h>
Data Fields | |
| FString | Created_at = "" |
| When this entitlement listing was created. | |
| FString | Id = "" |
| The unique identifier of this entitlement listing. | |
| TArray< FLootLockerEntitlementHistoryItem > | Items |
| List of items in this entitlement (items are related to the catalog) | |
| TArray< FLootLockerEntitlementHistoryReward > | Rewards |
| List of rewards in this entitlement (these are rewards from systems such as leaderboards, progressions, etc.) | |
| TArray< FLootLockerEntitlementHistoryMetadata > | Metadata |
| Metadata related to this entitlement listing This array consists of key value pairs and contains various pieces of information about the entitlement, such as information from third party stores etc. | |
| ELootLockerEntitlementHistoryListingStatus | Status = ELootLockerEntitlementHistoryListingStatus::None |
| The status of this entitlement listing. | |
| ELootLockerEntitlementHistoryListingStore | Store = ELootLockerEntitlementHistoryListingStore::None |
| Which store (if any) that this entitlement listing relates to. | |
| ELootLockerEntitlementHistoryListingType | Type = ELootLockerEntitlementHistoryListingType::Undefined |
| Which type this entitlement listing is. | |
Represents a complete entitlement record, grouping its catalog items, system rewards, metadata, originating store, status, and type.
| FString FLootLockerEntitlementListing::Created_at = "" |
When this entitlement listing was created.
| FString FLootLockerEntitlementListing::Id = "" |
The unique identifier of this entitlement listing.
| TArray<FLootLockerEntitlementHistoryItem> FLootLockerEntitlementListing::Items |
List of items in this entitlement (items are related to the catalog)
| TArray<FLootLockerEntitlementHistoryMetadata> FLootLockerEntitlementListing::Metadata |
Metadata related to this entitlement listing This array consists of key value pairs and contains various pieces of information about the entitlement, such as information from third party stores etc.
| TArray<FLootLockerEntitlementHistoryReward> FLootLockerEntitlementListing::Rewards |
List of rewards in this entitlement (these are rewards from systems such as leaderboards, progressions, etc.)
| ELootLockerEntitlementHistoryListingStatus FLootLockerEntitlementListing::Status = ELootLockerEntitlementHistoryListingStatus::None |
The status of this entitlement listing.
| ELootLockerEntitlementHistoryListingStore FLootLockerEntitlementListing::Store = ELootLockerEntitlementHistoryListingStore::None |
Which store (if any) that this entitlement listing relates to.
| ELootLockerEntitlementHistoryListingType FLootLockerEntitlementListing::Type = ELootLockerEntitlementHistoryListingType::Undefined |
Which type this entitlement listing is.