Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::EditorMenuRequests Class Referenceabstract

Provide operations that can be performed on the EditMenu. More...

#include <ActionBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void AddEditMenuAction (QAction *action)=0
 Provide the ability to add an action to the edit menu.
 
virtual void AddMenuAction (AZStd::string_view categoryId, QAction *action, bool addToToolsToolbar)=0
 Add an action to the Editor menu.
 
virtual void RestoreEditMenuToDefault ()=0
 

Detailed Description

Provide operations that can be performed on the EditMenu.

Member Function Documentation

◆ RestoreEditMenuToDefault()

virtual void AzToolsFramework::EditorMenuRequests::RestoreEditMenuToDefault ( )
pure virtual

(Re)populate the default EditMenu. Restore the EditMenu to its default state (the options available when first opening a level).


The documentation for this class was generated from the following file: