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

Identifies a metadata entry that caused an error during a set operation, by key and value type. More...

#include <LootLockerMetadataRequestHandler.h>

Data Fields

FString Key = ""
 The metadata key that the set operation error refers to.
 
ELootLockerMetadataTypes Type = ELootLockerMetadataTypes::String
 The type of value that the set operation was for.
 

Detailed Description

Identifies a metadata entry that caused an error during a set operation, by key and value type.

Field Documentation

◆ Key

FString FLootLockerSetMetadataErrorEntry::Key = ""

The metadata key that the set operation error refers to.

◆ Type

ELootLockerMetadataTypes FLootLockerSetMetadataErrorEntry::Type = ELootLockerMetadataTypes::String

The type of value that the set operation was for.