Navigation
API > API/Developer > API/Developer/WidgetRegistration
Inheritance Hierarchy
- TSharedFromThis
- FToolPalette
- FEditablePalette
References
| Module | WidgetRegistration |
| Header | /Engine/Source/Developer/WidgetRegistration/Public/ToolkitBuilder.h |
| Include | #include "ToolkitBuilder.h" |
Syntax
struct FToolPalette : public TSharedFromThis< FToolPalette >
Remarks
A struct that provides the data for a single tool Palette
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TSharedPtr< FUICommandInfo > | LoadToolPaletteAction | The FUICommandInfo button which loads a particular set of toads | |
| TArray< TSharedRef< FButtonArgs > > | PaletteActions | The ButtonArgs that has the data to initialize the buttons in the FToolPalette loaded by LoadToolPaletteAction | |
| TSharedPtr< FUICommandList > | PaletteActionsCommandList | The FUICommandList associated with this Palette |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FToolPalette
(
TSharedPtr< FUICommandInfo > InLoadToolPaletteAction, |