Navigation
API > API/Plugins > API/Plugins/WidgetEditorToolPalette > API/Plugins/WidgetEditorToolPalette/Settings
References
| Module | WidgetEditorToolPalette |
| Header | /Engine/Plugins/Experimental/WidgetEditorToolPalette/Source/WidgetEditorToolPalette/Public/Settings/CreateWidgetToolSettings.h |
| Include | #include "Settings/CreateWidgetToolSettings.h" |
Syntax
USTRUCT&40;&41;
struct FCreateWidgetToolInfo
Remarks
Info used to populate a single create widget tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UCreateWidgetToolBuilder > | CreateWidgetToolBuilder | Builder that handles creation of tool for this widget | |
| FString | DisplayName | Display name for this tool, if empty will use the name of the widget | |
| TSubclassOf< UWidget > | WidgetClass | The widget to create when this tool is activated | |
| FInputChord | WidgetHotkey | The hotkey used to create this widget |
Constructors
| Type | Name | Description | |
|---|---|---|---|