By not calling any function that requires the binding set?
It’s right there in the function I already pointed you at:
NewNode = NewObject<UEdGraphNode>(ParentGraph, InNodeClass);
check(NewNode != nullptr);
NewNode->CreateNewGuid();
You can replace the template parameter with the direct type you want to spawn instead of using a TSubclassOf param like InNodeClass.
After that just configure the node, you can use most of the rest of that function except the ApplyBindings stuff.
Yeah, no. I’m seriously out this time.