IContentBrowserSingleton::CreateContentBrowserDrawer

Generates a content browser for use in a drawer.

Unreal Engine C++ API Reference > Editor > ContentBrowser > IContentBrowserSingleton

References

   
Module ContentBrowser
Header /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h
Include #include "IContentBrowserSingleton.h"
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > CreateContentBrowserDrawer
(
    const [FContentBrowserConfig](API\Editor\ContentBrowser\FContentBrowserConfig) & ContentBrowserConfig,
    [TFunction](API\Runtime\Core\GenericPlatform\TFunction)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SDockTab](API\Runtime\Slate\Widgets\Docking\SDockTab) >()> InOnGetTabForDrawer
)

Remarks

Generates a content browser for use in a drawer. This content browser is a singleton and is reused among all drawers. The content browser drawer widget

Parameters

Name Description
ContentBrowserConfig Initial defaults for the new content browser

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library