GenericGraph icon indicating copy to clipboard operation
GenericGraph copied to clipboard

UI command not found for menu entry: BreakPinLinks

Open vahid67 opened this issue 3 years ago • 1 comments

After right-click on a node in the graph this error appears on the log output:

LogToolMenus: Error: UI command not found for menu entry: BreakPinLinks, menu: GraphEditor.GraphNodeContextMenu.EdNode_GenericGraphNode

vahid67 avatar Feb 23 '22 07:02 vahid67

For the author of this plugin, which was an amazing learning experience:

I figured out you have to bind your custom commands using .AdditionalCommands() when creating a new SGraphEditor: image

Otherwise only the keyboard shortcuts work and the context menu commands give out the error in this thread. Cheers!

Ayliroe avatar Sep 26 '24 20:09 Ayliroe