Navigation
API > API/Developer > API/Developer/ToolMenus
| Name | FMenu |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolMenus/Public/Tests/ToolMenusTestUtilities.h |
| Include Path | #include "Tests/ToolMenusTestUtilities.h" |
Syntax
struct FMenu :
public UE::ToolMenus::FMenuEntryBase ,
public TSharedFromThis< FMenu >
Inheritance Hierarchy
- FMenuEntryBase → FMenu
- TSharedFromThis< FMenu > → FMenu
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMenu
(
const FName InName, |
Tests/ToolMenusTestUtilities.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMenu() |
Tests/ToolMenusTestUtilities.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | FName | Tests/ToolMenusTestUtilities.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Sections | TArray< TSharedRef< FMenuSection > > | Tests/ToolMenusTestUtilities.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FMenu > WithSections
(
const TArray< TSharedRef< FMenuSection > >& InSections |
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 UToolMenu& InToolMenu |
Only compare top-level item, ignore children (sections). | Tests/ToolMenusTestUtilities.h |