Inherits AssetEditorPresetNotificationBus::Handler.
Inherited by GraphCanvas::ApplyPresetMenuActionGroup, GraphCanvas::CreateCommentPresetMenuActionGroup, and GraphCanvas::CreateNodeGroupPresetMenuActionGroup.
Public Member Functions | |
void | PopulateMenu (EditorContextMenu *contextMenu) |
void | RefreshPresets () |
virtual ConstructContextMenuAction * | CreatePresetMenuAction (EditorContextMenu *contextMenu, AZStd::shared_ptr< ConstructPreset > preset)=0 |
void | OnPresetsChanged () override |
void | OnConstructPresetsChanged (ConstructType constructType) override |
void | SetEnabled (bool enabled) |
Protected Member Functions | |
PresetsMenuActionGroup (ConstructType constructType) | |