Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/IContentBrowserSingleton
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include | #include "IContentBrowserSingleton.h" |
TSharedRef< SWidget > CreateContentBrowser
&40;
const FName InstanceName,
TSharedPtr< SDockTab > ContainingTab,
const FContentBrowserConfig &42; ContentBrowserConfig
&41;
Remarks
Generates a content browser. Generally you should not call this function, but instead use CreateAssetPicker(). The newly created content browser widget
Parameters
| Name | Description |
|---|---|
| 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 |