Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSubsystem
Description
Take a raw data filter and convert it into a compiled version that could be re-used for multiple queries using the same data (typically this is only useful for post-filtering multiple items).
The compiled filter is only valid until the data source changes, so only keep it for a short time (typically within a function call, or 1-frame).
| Name | CompileFilter |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
| Include Path | #include "ContentBrowserDataSubsystem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp |
void CompileFilter
(
const FName InPath,
const FContentBrowserDataFilter & InFilter,
FContentBrowserDataCompiledFilter & OutCompiledFilter
) const