Navigation
API > API/Developer > API/Developer/ToolMenus
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FMenuSection > UE::ToolMenus::Section () |
Tests/ToolMenusTestUtilities.h | ||
TSharedRef< FMenuSection > UE::ToolMenus::Section
(
const FName InName, |
Tests/ToolMenusTestUtilities.h |
UE::ToolMenus::Section()
| Name | UE::ToolMenus::Section |
| Type | function |
| Header File | /Engine/Source/Developer/ToolMenus/Public/Tests/ToolMenusTestUtilities.h |
| Include Path | #include "Tests/ToolMenusTestUtilities.h" |
namespace UE
{
namespace ToolMenus
{
TSharedRef< FMenuSection > UE::ToolMenus::Section()
}
}
UE::ToolMenus::Section(const FName, const TArray< TSharedRef< FMenuEntryBase > > &)
| Name | UE::ToolMenus::Section |
| Type | function |
| Header File | /Engine/Source/Developer/ToolMenus/Public/Tests/ToolMenusTestUtilities.h |
| Include Path | #include "Tests/ToolMenusTestUtilities.h" |
namespace UE
{
namespace ToolMenus
{
TSharedRef< FMenuSection > UE::ToolMenus::Section
(
const FName InName,
const TArray< TSharedRef< FMenuEntryBase > > & InEntries
)
}
}