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
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMenuEntry() |
Tests/ToolMenusTestUtilities.h |
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 |
Overridden from FMenuEntryBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetTypeName() |
Tests/ToolMenusTestUtilities.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FToolMenuEntry& InToolMenuEntry |
Tests/ToolMenusTestUtilities.h |