Navigation
API > API/Developer > API/Developer/WidgetRegistration > API/Developer/WidgetRegistration/Layout > API/Developer/WidgetRegistration/Layout/FCategoryDrivenContentBuilder
References
| Module | WidgetRegistration |
| Header | /Engine/Source/Developer/WidgetRegistration/Public/Layout/CategoryDrivenContentBuilder.h |
| Include | #include "Layout/CategoryDrivenContentBuilder.h" |
| Source | /Engine/Source/Developer/WidgetRegistration/Private/Layout/CategoryDrivenContentBuilder.cpp |
void AddBuilder
(
TSharedRef< SWidget > Widget
)
Remarks
Converts the SWidget Widget to a FSlateBuilder and adds it to the main content for the currently selected category
Parameters
| Name | Description |
|---|---|
| Widget | the SWidget to convert to an FSlateBuilder and add to the content for the current category |