Navigation
API > API/Plugins > API/Plugins/WidgetEditorToolPalette
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FWidgetEditorToolPaletteCommands
References
| Module | WidgetEditorToolPalette |
| Header | /Engine/Plugins/Experimental/WidgetEditorToolPalette/Source/WidgetEditorToolPalette/Public/WidgetEditorToolPaletteCommands.h |
| Include | #include "WidgetEditorToolPaletteCommands.h" |
Syntax
class FWidgetEditorToolPaletteCommands : public TCommands< FWidgetEditorToolPaletteCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | BeginRectangleSelectTool | ||
| TMap< FString, TSharedPtr< FUICommandInfo > > | CreateWidgetTools | ||
| TMap< FString, TSharedPtr< FUICommandInfo > > | CreateWidgetToolStacks | ||
| TSharedPtr< FUICommandInfo > | DefaultSelectTool | ||
| TSharedPtr< FUICommandInfo > | ToggleWidgetEditorToolPalette | Command to toggle tool palette in widget editor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FWidgetEditorToolPaletteCommands & | Get () |
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |