Navigation
API > API/Plugins > API/Plugins/WidgetEditorToolPalette
Info used to populate a create widget tool stack
| Name | FCreateWidgetStackInfo |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/WidgetEditorToolPalette/Source/WidgetEditorToolPalette/Public/Settings/CreateWidgetToolSettings.h |
| Include Path | #include "Settings/CreateWidgetToolSettings.h" |
Syntax
USTRUCT ()
struct FCreateWidgetStackInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayName | FString | Display name for this tool stack | Settings/CreateWidgetToolSettings.h |
|
| WidgetToolInfos | TArray< FCreateWidgetToolInfo > | Info for each widget that can be created by this stack | Settings/CreateWidgetToolSettings.h |
|