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

#include <LootLockerServerMetadataRequest.h>

Data Fields

ELootLockerServerMetadataSources Source = ELootLockerServerMetadataSources::leaderboard
 The type of source that the source id refers to.
 
FString Id
 The id of the specific source that the set operation was taken on.
 
TArray< FString > Keys
 A list of keys existing on the specified source.
 

Field Documentation

◆ Id

FString FLootLockerServerMetadataSourceAndKeys::Id

The id of the specific source that the set operation was taken on.

◆ Keys

TArray<FString> FLootLockerServerMetadataSourceAndKeys::Keys

A list of keys existing on the specified source.

◆ Source

ELootLockerServerMetadataSources FLootLockerServerMetadataSourceAndKeys::Source = ELootLockerServerMetadataSources::leaderboard

The type of source that the source id refers to.