Navigation
API > API/Developer > API/Developer/WidgetRegistration
Inheritance Hierarchy
- FCategoryDrivenContentBuilderArgs
- FToolkitBuilderArgs
References
| Module | WidgetRegistration |
| Header | /Engine/Source/Developer/WidgetRegistration/Public/ToolkitBuilder.h |
| Include | #include "ToolkitBuilder.h" |
Syntax
struct FToolkitBuilderArgs : public FCategoryDrivenContentBuilderArgs
Remarks
A simple struct to carry initialization data for an FToolkitBuilder
Variables
| Type | Name | Description | |
|---|---|---|---|
| EVisibility | SelectedCategoryTitleVisibility | If SelectedCategoryTitleVisibility == EVisibility::Visible, the selected category title is visible, else it is not displayed | |
| FName | ToolbarCustomizationName | Name of the toolbar this mode uses and can be used by external systems to customize that mode toolbar | |
| TSharedPtr< FUICommandList > | ToolkitCommandList | A TSharedPointer to the FUICommandList for the current mode | |
| TSharedPtr< FToolkitSections > | ToolkitSections | The FToolkitSections which holds the sections defined for this Toolkit |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FToolkitBuilderArgs
(
const FName InToolbarCustomizationName |