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

Holds a single key-value metadata pair associated with an entitlement listing. More...

#include <LootLockerEntitlementRequestHandler.h>

Data Fields

FString Key = ""
 The key of this pair, describes what the value is.
 
FString Value = ""
 The value of this pair, contains the information of the metadata.
 

Detailed Description

Holds a single key-value metadata pair associated with an entitlement listing.

Field Documentation

◆ Key

FString FLootLockerEntitlementHistoryMetadata::Key = ""

The key of this pair, describes what the value is.

◆ Value

FString FLootLockerEntitlementHistoryMetadata::Value = ""

The value of this pair, contains the information of the metadata.