Navigation
API > API/Developer > API/Developer/ToolMenus
Represents the presence of any MenuEntry, used when the test is agnostic to what's placed/inserted into an extension point.
| Name | FMenuWildcardEntry |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolMenus/Public/Tests/ToolMenusTestUtilities.h |
| Include Path | #include "Tests/ToolMenusTestUtilities.h" |
Syntax
struct FMenuWildcardEntry : public UE::ToolMenus::FMenuEntryBase
Inheritance Hierarchy
- FMenuEntryBase → FMenuWildcardEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMenuWildcardEntry() |
Tests/ToolMenusTestUtilities.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMenuWildcardEntry() |
Tests/ToolMenusTestUtilities.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | FName | Tests/ToolMenusTestUtilities.h |
Functions
Public
Overridden from FMenuEntryBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetTypeName() |
Tests/ToolMenusTestUtilities.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
TConstArrayView< FToolMenuEntry > InToolMenuEntries |
Tests/ToolMenusTestUtilities.h |