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 ,
Meta=(HasNativeBreak="/Script/ToolMenus.ToolMenuEntryExtensions.BreakStringCommand", HasNativeMake="/Script/ToolMenus.ToolMenuEntryExtensions.MakeStringCommand"))
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, |