UContentBrowserDataSubsystem::EnumerateItemsMatchingFilter

Enumerate the items (folders and/or files) that match a previously compiled filter.

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 EnumerateItemsMatchingFilter
(
    const FContentBrowserDataCompiledFilter & InFilter,
    TFunctionRef< bool &&)> InCallback
) const

Remarks

Enumerate the items (folders and/or files) that match a previously compiled filter.

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