Navigation
API > API/Developer > API/Developer/WidgetRegistration > API/Developer/WidgetRegistration/Layout
Inheritance Hierarchy
- FCategoryDrivenContentBuilderArgs
- FToolkitBuilderArgs
References
| Module | WidgetRegistration |
| Header | /Engine/Source/Developer/WidgetRegistration/Public/Layout/CategoryDrivenContentBuilderBase.h |
| Include | #include "Layout/CategoryDrivenContentBuilderBase.h" |
Syntax
class FCategoryDrivenContentBuilderArgs
Remarks
A struct to provide arguments for a FCategoryDrivenContentBuilderBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | ActiveCategoryName | The name of the initially selected category | |
| bool | bShowCategoryButtonLabels | If bShowCategoryButtonLabels == true, the category button labels should be visible, else they are not displayed | |
| FName | BuilderName | Name of this builder | |
| FText | CategoryLabel | The label/title of the initially selected category | |
| FCategoryDrivenContentBuilderBase::ECategoryReclickBehavior | CategoryReclickBehavior | Specifies what happens if you click the category button of an already-active category | |
| FName | FavoritesCommandName | The FName of the favorites Category, if one exists | |
| FGetDecoratedButtonDelegate | GetDecoratedButtonDelegate | Delegate that takes the default toolbar button created by this as a parameter, adds any decorator needed and returns the new widget | |
| UE::DisplayBuilders::FBuilderKey | Key | The FBuilderKey for this |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCategoryDrivenContentBuilderArgs
(
FName InBuilderName, |
Constructor taking the builder name and the FBuilderKey |