Navigation
API > API/Developer > API/Developer/ToolMenus
| Name | FToolMenuStringCommand |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolMenus/Public/ToolMenuMisc.h |
| Include Path | #include "ToolMenuMisc.h" |
Syntax
USTRUCT (BlueprintType ,
Meta=(HasNativeBreak="/Script/ToolMenus.ToolMenuEntryExtensions.BreakStringCommand", HasNativeMake="/Script/ToolMenus.ToolMenuEntryExtensions.MakeStringCommand"))
struct FToolMenuStringCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ToolMenuMisc.h | |||
FToolMenuStringCommand
(
EToolMenuStringCommandType InType, |
ToolMenuMisc.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CustomType | FName | Which command handler to use when type is custom. | ToolMenuMisc.h |
|
| String | FString | String to pass to command handler. | ToolMenuMisc.h |
|
| Type | EToolMenuStringCommandType | Which command handler to use. | ToolMenuMisc.h |
|