Imagine that I have subgraph which is creating star shape (or whatever else) made of dozen nodes…
Then in the Custom function node, I want to create a lot of these stars inside for loop, but there is no access to my subgraph from inside the custom function node.
I am Imagining that any subgraph can be represented as a method with input parameters (which represents input slots) and result which represent output slot, so there should be a way how to access is from the custom function node.
But if you dismiss this idea of accessing subgraphs from custom function nodes please create some visual nodes for loop nodes because this is so limiting