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

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< FLootLockerEntitlementHistoryItemItems
 List of items in this entitlement (items are related to the catalog)
 
TArray< FLootLockerEntitlementHistoryRewardRewards
 List of rewards in this entitlement (these are rewards from systems such as leaderboards, progressions, etc.)
 
TArray< FLootLockerEntitlementHistoryMetadataMetadata
 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.
 

Detailed Description

Represents a complete entitlement record, grouping its catalog items, system rewards, metadata, originating store, status, and type.

Field Documentation

◆ Created_at

FString FLootLockerEntitlementListing::Created_at = ""

When this entitlement listing was created.

◆ Id

FString FLootLockerEntitlementListing::Id = ""

The unique identifier of this entitlement listing.

◆ Items

TArray<FLootLockerEntitlementHistoryItem> FLootLockerEntitlementListing::Items

List of items in this entitlement (items are related to the catalog)

◆ Metadata

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.

◆ Rewards

TArray<FLootLockerEntitlementHistoryReward> FLootLockerEntitlementListing::Rewards

List of rewards in this entitlement (these are rewards from systems such as leaderboards, progressions, etc.)

◆ Status

The status of this entitlement listing.

◆ Store

Which store (if any) that this entitlement listing relates to.

◆ Type

Which type this entitlement listing is.