LootLocker Unreal SDK 10.5.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerMetadataInclude Struct Reference

Metadata include configuration for catalog items lookup. More...

#include <LootLockerCatalogRequestHandler.h>

Data Fields

bool All = false
 If true, all metadata entries for the item are returned.
 
TArray< FString > Keys
 Specific metadata key names to filter by.
 

Detailed Description

Metadata include configuration for catalog items lookup.

Field Documentation

◆ All

bool FLootLockerMetadataInclude::All = false

If true, all metadata entries for the item are returned.

◆ Keys

TArray<FString> FLootLockerMetadataInclude::Keys

Specific metadata key names to filter by.

Only used when bAll is false.