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

Describes a failure that occurred while applying a metadata action, including the action type, the targeted entry, and the error message. More...

#include <LootLockerMetadataRequestHandler.h>

Collaboration diagram for FLootLockerSetMetadataError:

Data Fields

ELootLockerMetadataActions Action = ELootLockerMetadataActions::Create
 The type of action that this set metadata operation was.
 
FLootLockerSetMetadataErrorEntry Entry
 The type of value that the set operation was for.
 
FString Error = ""
 The error message describing why this metadata set operation failed.
 

Detailed Description

Describes a failure that occurred while applying a metadata action, including the action type, the targeted entry, and the error message.

Field Documentation

◆ Action

ELootLockerMetadataActions FLootLockerSetMetadataError::Action = ELootLockerMetadataActions::Create

The type of action that this set metadata operation was.

◆ Entry

FLootLockerSetMetadataErrorEntry FLootLockerSetMetadataError::Entry

The type of value that the set operation was for.

◆ Error

FString FLootLockerSetMetadataError::Error = ""

The error message describing why this metadata set operation failed.