UContentBrowserDataSource::EnumerateItemsMatchingFilter

Enumerate items that match the given compiled filter, invoking the callback for each matching item.

Windows
MacOS
Linux

Override Hierarchy

References

Module

ContentBrowserData

Header

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

Include

#include "ContentBrowserDataSource.h"

Source

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

Syntax

virtual void EnumerateItemsMatchingFilter
(
    const FContentBrowserDataCompiledFilter & InFilter,
    TFunctionRef< bool &&)> InCallback
)

Remarks

Enumerate items that match the given compiled filter, invoking the callback for each matching item. @note This function must not block waiting on content discovery! It should use the current state as known at this point in time.

Parameters

Parameter

Description

InFilter

The compiled filter used to find matching items.

InCallback

The function to invoke for each matching item (return true to continue enumeration).

See Also

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