Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/IContentBrowserSingleton
Description
Generates a content browser. Generally you should not call this function, but instead use CreateAssetPicker().
| Name | CreateContentBrowser |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include Path | #include "IContentBrowserSingleton.h" |
TSharedRef< SWidget > CreateContentBrowser
(
const FName InstanceName,
TSharedPtr< SDockTab > ContainingTab,
const FContentBrowserConfig * ContentBrowserConfig
)
The newly created content browser widget
Parameters
| Name | Remarks |
|---|---|
| InstanceName | Global name of this content browser instance |
| ContainingTab | The tab the browser is contained within or nullptr |
| ContentBrowserConfig | Initial defaults for the new content browser, or nullptr to use saved settings |