imgui-node-editor
imgui-node-editor copied to clipboard
How would you manage a dynamically numbers of outputs ?
Hi,
I have to setup a node with a number of outputs based of a value set up in the header (or of a input value)
something like this:

What do you think is the best way ? (I'm using you blueprint editor structure)
Personally I would try the UE4 way.
There is an extra button at the bottom of the node that adds new output pin.
You can remove existing pin using pin context menu.

Better UX can be devised I think, but this should work fine for reasonable small number of outputs.