Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataFilter.h |
Include |
#include "ContentBrowserDataFilter.h" |
struct FContentBrowserDataFilter
A filter used to control what is returned from Content Browser data queries. @note The compiled version of this, FContentBrowserDataCompiledFilter, is produced via UContentBrowserDataSubsystem::CompileFilter.
Name | Description | ||
---|---|---|---|
|
bRecursivePaths |
Whether we should include sub-paths in this query |
|
|
ExtraFilters |
A list of extra filter structs to be interpreted by the Content Browser data sources |
|
|
ItemAttributeFilter |
Flags controlling which item attributes should be included in this query |
|
|
ItemCategoryFilter |
Flags controlling which item categories should be included in this query |
|
|
ItemTypeFilter |
Flags controlling which item types should be included in this query |