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
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FMenu
(
const FName InName,
const TArray< TSharedRef< FMenuSection > >& InSections
)
|
|
Tests/ToolMenusTestUtilities.h |
|
Destructors
Constants
| Name |
Type |
Remarks |
Include Path |
| TypeName |
FName |
|
Tests/ToolMenusTestUtilities.h |
Variables
Public
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual FName GetTypeName()
|
|
Tests/ToolMenusTestUtilities.h |
|
Operators
| Name |
Remarks |
Include Path |
Unreal Specifiers |
bool operator==
(
const UToolMenu& InToolMenu
) const
|
Only compare top-level item, ignore children (sections). |
Tests/ToolMenusTestUtilities.h |
|