UContentBrowserDataSubsystem::CompileFilter

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).

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h

Include

#include "ContentBrowserDataSubsystem.h"

Source

/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp

Syntax

void CompileFilter
(
    const FName InPath,
    const FContentBrowserDataFilter & InFilter,
    FContentBrowserDataCompiledFilter & OutCompiledFilter
) const

Remarks

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). @note 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).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss