Navigation
API > API/Developer > API/Developer/ToolMenus > API/Developer/ToolMenus/FToolMenuAutomationTestAdapter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Matches
(
const FMenuEntryBase* InExpectedEntry, |
Tests/ToolMenusTestUtilities.h | ||
bool Matches
(
const FMenuEntry& InExpectedEntry, |
Tests/ToolMenusTestUtilities.h | ||
| Tests/ToolMenusTestUtilities.h | |||
bool Matches
(
const FMenuSection& InExpectedSection, |
Tests/ToolMenusTestUtilities.h |
Matches(const FMenuEntryBase *, const FToolMenuEntry &)
| Name | Matches |
| Type | function |
| Header File | /Engine/Source/Developer/ToolMenus/Public/Tests/ToolMenusTestUtilities.h |
| Include Path | #include "Tests/ToolMenusTestUtilities.h" |
| Source | /Engine/Source/Developer/ToolMenus/Private/Tests/ToolMenusTestUtilities.cpp |
bool Matches
(
const FMenuEntryBase * InExpectedEntry,
const FToolMenuEntry & InActualEntry
)
Matches(const FMenuEntry &, const FToolMenuEntry &)
| Name | Matches |
| Type | function |
| Header File | /Engine/Source/Developer/ToolMenus/Public/Tests/ToolMenusTestUtilities.h |
| Include Path | #include "Tests/ToolMenusTestUtilities.h" |
| Source | /Engine/Source/Developer/ToolMenus/Private/Tests/ToolMenusTestUtilities.cpp |
bool Matches
(
const FMenuEntry & InExpectedEntry,
const FToolMenuEntry & InActualEntry
)
Matches(const FMenu &, const UToolMenu &)
| Name | Matches |
| Type | function |
| Header File | /Engine/Source/Developer/ToolMenus/Public/Tests/ToolMenusTestUtilities.h |
| Include Path | #include "Tests/ToolMenusTestUtilities.h" |
| Source | /Engine/Source/Developer/ToolMenus/Private/Tests/ToolMenusTestUtilities.cpp |
bool Matches
(
const FMenu & InExpectedMenu,
const UToolMenu & InActualMenu
)
Matches(const FMenuSection &, const FToolMenuSection &, bool)
| Name | Matches |
| Type | function |
| Header File | /Engine/Source/Developer/ToolMenus/Public/Tests/ToolMenusTestUtilities.h |
| Include Path | #include "Tests/ToolMenusTestUtilities.h" |
| Source | /Engine/Source/Developer/ToolMenus/Private/Tests/ToolMenusTestUtilities.cpp |
bool Matches
(
const FMenuSection & InExpectedSection,
const FToolMenuSection & InActualSection,
bool bInTestChildren
)