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

#include <LootLockerServerAssetRequest.h>

Data Fields

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

◆ Key

FString FLootLockerServerCreateAssetInstanceKeyValuePairRequest::Key = ""

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

◆ Value

FString FLootLockerServerCreateAssetInstanceKeyValuePairRequest::Value = ""

The Value of this set, this is the data.