Navigation
Unreal Engine C++ API Reference > Developer > WidgetRegistration
Inheritance Hierarchy
References
Module | WidgetRegistration |
Header | /Engine/Source/Developer/WidgetRegistration/Public/ToolkitBuilder.h |
Include | #include "ToolkitBuilder.h" |
Syntax
struct FToolPalette : public [TSharedFromThis< FToolPalette >](API\Runtime\Core\Templates\TSharedFromThis)
Remarks
A struct that provides the data for a single tool Palette
Variables
Type | Name | Description |
---|---|---|
const TSharedPt... | LoadToolPaletteAction | The FUICommandInfo button which loads a particular set of toads |
TArray< TShared... | PaletteActions | The ButtonArgs that has the data to initialize the buttons in the FToolPalette loaded by LoadToolPaletteAction |
TSharedPtr< FUI... | PaletteActionsCommandList | The FUICommandList associated with this Palette |
Constructors
Type | Name | Description |
---|---|---|
FToolPalette ( TSharedPtr< FUICommandInfo > InLoad..., const TArray< TSharedPtr< FUIComman... ) |