Navigation
Unreal Engine C++ API Reference > Developer > ToolMenus
References
Module | ToolMenus |
Header | /Engine/Source/Developer/ToolMenus/Public/ToolMenuEntry.h |
Include | #include "ToolMenuEntry.h" |
Syntax
struct FToolMenuEntryWidgetData
Variables
Type | Name | Description |
---|---|---|
bool | bNoIndent | Remove the padding from the left of the widget that lines it up with other menu items |
bool | bNoPadding | If true, no padding will be added |
bool | bSearchable | If true, widget will be searchable |
Constructors
Type | Name | Description |
---|---|---|
FToolMenuEntryWidgetData () |