FToolMenuStringCommand

Windows
MacOS
Linux

References

Module

ToolMenus

Header

/Engine/Source/Developer/ToolMenus/Public/ToolMenuMisc.h

Include

#include "ToolMenuMisc.h"

Syntax

struct FToolMenuStringCommand

Variables

Name Description

Public variable

FName

 

CustomType

Which command handler to use when type is custom.

Public variable

FString

 

String

String to pass to command handler.

Public variable

EToolMenuString...

 

Type

Which command handler to use.

Constructors

Name Description

Public function

FToolMenuStringCommand()

Public function

FToolMenuStringCommand

(
    EToolMenuStringCommandType InType,
    FName InCustomType,
    const FString& InString
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss