Navigation
API > API/Developer > API/Developer/ToolMenus
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FMenuEntry > UE::ToolMenus::Entry () |
Tests/ToolMenusTestUtilities.h | ||
TSharedRef< FMenuEntry > UE::ToolMenus::Entry
(
const FName InName |
Creates a MenuEntry with a label to match, with wildcards. | Tests/ToolMenusTestUtilities.h |
UE::ToolMenus::Entry()
| Name | UE::ToolMenus::Entry |
| Type | function |
| Header File | /Engine/Source/Developer/ToolMenus/Public/Tests/ToolMenusTestUtilities.h |
| Include Path | #include "Tests/ToolMenusTestUtilities.h" |
namespace UE
{
namespace ToolMenus
{
TSharedRef< FMenuEntry > UE::ToolMenus::Entry()
}
}
UE::ToolMenus::Entry(const FName)
Description
Creates a MenuEntry with a label to match, with wildcards. This will check if the actual entry being tested against matches the given label.
| Name | UE::ToolMenus::Entry |
| Type | function |
| Header File | /Engine/Source/Developer/ToolMenus/Public/Tests/ToolMenusTestUtilities.h |
| Include Path | #include "Tests/ToolMenusTestUtilities.h" |
namespace UE
{
namespace ToolMenus
{
TSharedRef< FMenuEntry > UE::ToolMenus::Entry
(
const FName InName
)
}
}