Navigation
Unreal Engine C++ API Reference > Editor > ContentBrowserData
References
Module | ContentBrowserData |
Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataFilter.h |
Include | #include "ContentBrowserDataFilter.h" |
Syntax
struct FContentBrowserDataFilter
Remarks
A filter used to control what is returned from Content Browser data queries.
The compiled version of this, FContentBrowserDataCompiledFilter, is produced via UContentBrowserDataSubsystem::CompileFilter.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bRecursivePaths | Whether we should include sub-paths in this query |
![]() |
FContentBrowserDataFilterCacheID | CacheID | An optional id used by the data sources to cache and reuse some data when compiling the filter(s) |
![]() |
FContentBrowserDataFilterList | ExtraFilters | A list of extra filter structs to be interpreted by the Content Browser data sources |
![]() |
EContentBrowserItemAttributeFilter | ItemAttributeFilter | Flags controlling which item attributes should be included in this query |
![]() |
EContentBrowserItemCategoryFilter | ItemCategoryFilter | Flags controlling which item categories should be included in this query |
![]() |
EContentBrowserItemTypeFilter | ItemTypeFilter | Flags controlling which item types should be included in this query |