FContentBrowserDataFilter

A filter used to control what is returned from Content Browser data queries.

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
FContentBrowser... CacheID An optional id used by the data sources to cache and reuse some data when compiling the filter(s)
FContentBrowser... ExtraFilters A list of extra filter structs to be interpreted by the Content Browser data sources
EContentBrowser... ItemAttributeFilter Flags controlling which item attributes should be included in this query
EContentBrowser... ItemCategoryFilter Flags controlling which item categories should be included in this query
EContentBrowser... ItemTypeFilter Flags controlling which item types should be included in this query

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library