Navigation
API > API/Developer > API/Developer/WidgetRegistration > API/Developer/WidgetRegistration/FCategoryDrivenContentBuilder
Description
Sets whether we should show that no category selected. If true, the category picker shows no selection and there is no category title.
| Name | SetShowNoCategorySelection |
| Type | function |
| Header File | /Engine/Source/Developer/WidgetRegistration/Public/Layout/CategoryDrivenContentBuilder.h |
| Include Path | #include "Layout/CategoryDrivenContentBuilder.h" |
| Source | /Engine/Source/Developer/WidgetRegistration/Private/Layout/CategoryDrivenContentBuilder.cpp |
void SetShowNoCategorySelection
(
bool bInShowNoCategorySelection
)
Parameters
| Name | Remarks |
|---|---|
| bInShowNoCategorySelection | if true, the category picker will show no selection and the category title is not shown |