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

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

#include <LootLockerServerAssetRequest.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.
 

Detailed Description

Filters to apply to simple asset listing.

Field Documentation

◆ asset_ids

TArray<int> FLootLockerServerSimpleAssetFilters::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> FLootLockerServerSimpleAssetFilters::context_ids

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

◆ ugc_only

bool FLootLockerServerSimpleAssetFilters::ugc_only = false

If true only UGC assets are returned.