Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/ICBSearchOverrideInstance
Description
Call from the override to notify the Content Browser to update the asset view's user-searching state. Pass true when a search is in progress, false when results are cleared.
| Name | SetUserSearching |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/Experimental/ContentBrowserSearchOverride.h |
| Include Path | #include "Experimental/ContentBrowserSearchOverride.h" |
| Source | /Engine/Source/Editor/ContentBrowser/Private/Experimental/ContentBrowserSearchOverride.cpp |
void SetUserSearching
(
bool bIsSearching
)