This commit is contained in:
2025-04-21 08:17:52 +08:00
parent 5bf88e162c
commit 8c6c85f5be
109 changed files with 39272 additions and 284 deletions

View File

@@ -35,8 +35,8 @@ void FFLESHEditorModule::StartupModule()
// Add to main menu
{
UToolMenu* Menu = UToolMenus::Get()->ExtendMenu("LevelEditor.MainMenu.Window");
FToolMenuSection& Section = Menu->FindOrAddSection("WindowLayout");
UToolMenu* Menu = UToolMenus::Get()->ExtendMenu("LevelEditor.MainMenu.Tools");
FToolMenuSection& Section = Menu->FindOrAddSection("Tools");
Section.AddMenuEntryWithCommandList(FFLESHEditorCommands::Get().OpenFLESHEditor, PluginCommands);
}