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