Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/ICBSearchOverrideInstance
Description
Called each filter pass with all items that passed the frontend filters. The override is responsible for deciding which of these to surface via PublishResults().
| Name | OnItemsAvailable |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/Experimental/ContentBrowserSearchOverride.h |
| Include Path | #include "Experimental/ContentBrowserSearchOverride.h" |
void OnItemsAvailable
(
TArrayView< const TSharedPtr< FAssetViewItem > > Items
)