![]() |
LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
|
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. | |
Filters to apply to simple asset listing.
| 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.
| TArray<int> FLootLockerServerSimpleAssetFilters::context_ids |
If provided only assets from the specified contexts will be returned.
| bool FLootLockerServerSimpleAssetFilters::ugc_only = false |
If true only UGC assets are returned.