FContentBrowserDataCompiledFilter

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 FContentBrowserDataCompiledFilter  

Remarks

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

The source version of this, FContentBrowserDataFilter, is used with UContentBrowserDataSubsystem::CompileFilter to produce a compiled filter.

Variables

Type Name Description
TSortedMap< con... CompiledFilters Per data-source compiled filter structs - typically optimized for both search queries and per-item queries
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