Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/IContentBrowserSingleton
Description
Generates a content browser for use in a drawer. This content browser is a singleton and is reused among all drawers.
| Name | CreateContentBrowserDrawer |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include Path | #include "IContentBrowserSingleton.h" |
TSharedRef< SWidget > CreateContentBrowserDrawer
(
const FContentBrowserConfig & ContentBrowserConfig,
TFunction< TSharedPtr< SDockTab >()> InOnGetTabForDrawer
)
The content browser drawer widget
Parameters
| Name | Remarks |
|---|---|
| ContentBrowserConfig | Initial defaults for the new content browser |