Megalomaniak One last problem I'm creating graph nodes by right clicking with this code.
var inst = (GraphNode)graphNode.Instance();
GetNode<GraphEdit>("GraphEdit").AddChild(inst);
inst.SetPosition(lastButtonPosition);
But the node keeps spawning at the top left of the graph edit. Am I doing something wrong?