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

Describes a single metadata mutation operation (create, update, delete, or upsert) together with the metadata entry it targets. More...

#include <LootLockerMetadataRequestHandler.h>

Collaboration diagram for FLootLockerSetMetadataAction:

Data Fields

ELootLockerMetadataActions Action = ELootLockerMetadataActions::Create
 The type of action to take for setting this metadata entry.
 
FLootLockerMetadataEntry Entry
 The metadata entry to take the designated action for.
 

Detailed Description

Describes a single metadata mutation operation (create, update, delete, or upsert) together with the metadata entry it targets.

Field Documentation

◆ Action

ELootLockerMetadataActions FLootLockerSetMetadataAction::Action = ELootLockerMetadataActions::Create

The type of action to take for setting this metadata entry.

◆ Entry

FLootLockerMetadataEntry FLootLockerSetMetadataAction::Entry

The metadata entry to take the designated action for.