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