Hello,
I can automate the placement of various native components on the canvas, but I cannot figure out how to bring in the “merge” and the “list item” ones. Is it something linked to the interface IGH_VariableParameterComponent that they implement?
I developed my own custom components with these functionalities (and the same interface) and though I can automatically place them on the canvas, I need to either recompute the entire scene or place a new component on the canvas before they get fired up. Finally, I also have a hard time to delete these components via script (I used callback which worked for any other random component but these). Comments/hints?
Thanks