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