Navigation
API > API/Developer > API/Developer/ToolMenus
| |
|
| Name |
FToolMenuEntryWidgetData |
| Type |
struct |
| Header File |
/Engine/Source/Developer/ToolMenus/Public/ToolMenuEntry.h |
| Include Path |
#include "ToolMenuEntry.h" |
Syntax
struct FToolMenuEntryWidgetData
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FToolMenuEntryWidgetData()
|
|
ToolMenuEntry.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bNoIndent |
bool |
Remove the padding from the left of the widget that lines it up with other menu items |
ToolMenuEntry.h |
|
| bNoPadding |
bool |
If true, no padding will be added |
ToolMenuEntry.h |
|
| bSearchable |
bool |
If true, widget will be searchable |
ToolMenuEntry.h |
|
| ResizeParams |
FMenuEntryResizeParams |
Various Resize parameters and overrides |
ToolMenuEntry.h |
|
| StyleParams |
FMenuEntryStyleParams |
Various Style parameters and overrides |
ToolMenuEntry.h |
|
Functions
Public