Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/SAssetView
Description
Pass the active per-view search override instance to the asset view. The asset view will intercept items at the publish step and wire publish-results back. EXPERIMENTAL: This API is subject to change.
| Name | SetAssetSearchOverride |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h |
| Include Path | #include "SAssetView.h" |
| Source | /Engine/Source/Editor/ContentBrowser/Private/SAssetView.cpp |
PRAGMA_DISABLE_EXPERIMENTAL_WARNINGS void SetAssetSearchOverride
(
TSharedPtr< UE::Editor::ContentBrowser::Extension::ICBSearchOverrideInstance > InOverride
)