Navigation
API > API/Developer > API/Developer/ToolMenus
References
| Module | ToolMenus |
| Header | /Engine/Source/Developer/ToolMenus/Public/ToolMenuMisc.h |
| Include | #include "ToolMenuMisc.h" |
Syntax
struct FToolMenuStringCommand
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | CustomType | Which command handler to use when type is custom. | |
| FString | String | String to pass to command handler. | |
| EToolMenuStringCommandType | Type | Which command handler to use. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FToolMenuStringCommand
(
EToolMenuStringCommandType InType, |