Navigation
API > API/Developer > API/Developer/ToolMenus
References
| Module | ToolMenus |
| Header | /Engine/Source/Developer/ToolMenus/Public/ToolMenuMisc.h |
| Include | #include "ToolMenuMisc.h" |
Syntax
USTRUCT (BlueprintType )
struct FToolMenuInsert
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | Where to insert. | |
| EToolMenuInsertType | Position | How to insert. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FToolMenuInsert
(
FName InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | IsDefault () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FToolMenuInsert& Other |
||
| bool | operator==
(
const FToolMenuInsert& Other |