Open 3D Engine GraphCanvas Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
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) | |