Navigation
API > API/Plugins > API/Plugins/WidgetEditorToolPalette
| Name | FWidgetEditorToolPaletteCommands |
| Type | class |
| Header File | /Engine/Plugins/Experimental/WidgetEditorToolPalette/Source/WidgetEditorToolPalette/Public/WidgetEditorToolPaletteCommands.h |
| Include Path | #include "WidgetEditorToolPaletteCommands.h" |
Syntax
class FWidgetEditorToolPaletteCommands : public TCommands< FWidgetEditorToolPaletteCommands >
Inheritance Hierarchy
- TCommands< FWidgetEditorToolPaletteCommands > → FWidgetEditorToolPaletteCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWidgetEditorToolPaletteCommands() |
WidgetEditorToolPaletteCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BeginRectangleSelectTool | TSharedPtr< FUICommandInfo > | WidgetEditorToolPaletteCommands.h | ||
| CreateWidgetTools | TMap< FString, TSharedPtr< FUICommandInfo > > | WidgetEditorToolPaletteCommands.h | ||
| CreateWidgetToolStacks | TMap< FString, TSharedPtr< FUICommandInfo > > | WidgetEditorToolPaletteCommands.h | ||
| DefaultSelectTool | TSharedPtr< FUICommandInfo > | WidgetEditorToolPaletteCommands.h | ||
| ToggleWidgetEditorToolPalette | TSharedPtr< FUICommandInfo > | Command to toggle tool palette in widget editor | WidgetEditorToolPaletteCommands.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RegisterCommands() |
WidgetEditorToolPaletteCommands.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FWidgetEditorToolPaletteCommands & Get() |
WidgetEditorToolPaletteCommands.h |