LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerServerAssetInstanceStorageKeyValueSet Struct Reference

#include <LootLockerServerAssetRequest.h>

Data Fields

int Id = 0
 The id of this key value pair.
 
FString Key = ""
 The key for this set, used to access the value.
 
FString Value = ""
 The Value of this set, this is the data.
 

Field Documentation

◆ Id

int FLootLockerServerAssetInstanceStorageKeyValueSet::Id = 0

The id of this key value pair.

◆ Key

FString FLootLockerServerAssetInstanceStorageKeyValueSet::Key = ""

The key for this set, used to access the value.

◆ Value

FString FLootLockerServerAssetInstanceStorageKeyValueSet::Value = ""

The Value of this set, this is the data.