Navigation
API > API/Developer > API/Developer/ToolMenus
A StyleSet, StyleName pair
| Name | FToolMenuEntryStyle |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolMenus/Public/ToolMenuEntry.h |
| Include Path | #include "ToolMenuEntry.h" |
Syntax
struct FToolMenuEntryStyle
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| StyleName | TOptional< FName > | The name of the style (within the StyleSet) to use to create the calling widget. | ToolMenuEntry.h | |
| StyleSet | TOptional< const class ISlateStyle * > | The StyleSet used to create the calling widget. | ToolMenuEntry.h |