Navigation
API > API/Developer > API/Developer/ToolMenus
Represents a Named ToolMenuEntry, optionally checking the type.
| |
|
| Name |
FMenuEntry |
| Type |
struct |
| Header File |
/Engine/Source/Developer/ToolMenus/Public/Tests/ToolMenusTestUtilities.h |
| Include Path |
#include "Tests/ToolMenusTestUtilities.h" |
Syntax
struct FMenuEntry :
public UE::ToolMenus::FMenuEntryBase ,
public TSharedFromThis< FMenuEntry >
Inheritance Hierarchy
- FMenuEntryBase → FMenuEntry
- TSharedFromThis< FMenuEntry > → FMenuEntry
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FMenuEntry
(
const FName InName
)
|
|
Tests/ToolMenusTestUtilities.h |
|
Destructors
Constants
| Name |
Type |
Remarks |
Include Path |
| TypeName |
FName |
|
Tests/ToolMenusTestUtilities.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Label |
TOptional< FString > |
|
Tests/ToolMenusTestUtilities.h |
|
| Type |
TOptional< EMultiBlockType > |
|
Tests/ToolMenusTestUtilities.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TSharedRef< FMenuEntry > WithLabel
(
const FString& InLabel
)
|
|
Tests/ToolMenusTestUtilities.h |
|
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual FName GetTypeName()
|
|
Tests/ToolMenusTestUtilities.h |
|
Operators