Provides a common interface for instantiating GraphModel::Node subclasses through the Node Palette. More...
#include <StandardNodePaletteItem.h>
Inherits GraphCanvas::DraggableNodePaletteTreeItem.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (StandardNodePaletteItem, AZ::SystemAllocator) | |
| StandardNodePaletteItem (AZStd::string_view nodeName, GraphCanvas::EditorId editorId) | |
| GraphCanvas::GraphCanvasMimeEvent * | CreateMimeEvent () const override | 
Provides a common interface for instantiating GraphModel::Node subclasses through the Node Palette.
      
  | 
  inline | 
Constructor
| nodeName | Name of the node that will show up in the Palette | 
| editorId | Unique name of the client system editor (ex: AZ_CRC_CE("ShaderCanvas")) |