![]() |
LootLocker Unreal SDK 10.5.0
Game backend SDK for Unreal Engine
|
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. | |
Metadata include configuration for catalog items lookup.
| bool FLootLockerMetadataInclude::All = false |
If true, all metadata entries for the item are returned.
| TArray<FString> FLootLockerMetadataInclude::Keys |
Specific metadata key names to filter by.
Only used when bAll is false.