LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerSimpleAssetFilters Struct Reference

Filters to apply to simple asset listing. More...

#include <LootLockerAssetsRequestHandler.h>

Data Fields

bool ugc_only = false
 If true only UGC assets are returned.
 
TArray< int > asset_ids
 If provided only the requested ids will be returned (max 100, server enforced). When this is set, pagination is ignored.
 
TArray< int > context_ids
 If provided only assets from the specified contexts will be returned.
 
TArray< FLootLockerSimpleAssetFilterasset_filters
 Filters to apply to the asset listing based on key-value pairs.
 

Detailed Description

Filters to apply to simple asset listing.

Field Documentation

◆ asset_filters

TArray<FLootLockerSimpleAssetFilter> FLootLockerSimpleAssetFilters::asset_filters

Filters to apply to the asset listing based on key-value pairs.

◆ asset_ids

TArray<int> FLootLockerSimpleAssetFilters::asset_ids

If provided only the requested ids will be returned (max 100, server enforced). When this is set, pagination is ignored.

◆ context_ids

TArray<int> FLootLockerSimpleAssetFilters::context_ids

If provided only assets from the specified contexts will be returned.

◆ ugc_only

bool FLootLockerSimpleAssetFilters::ugc_only = false

If true only UGC assets are returned.