I’m currently working on a tool using Editor Utility Widgets. My current setup consists of a button, when this button is pressed I’d for it to spawn a node, for example lets say a print node, in my desired blueprint.
Since I’m not familiar not familiar with C++ I’m currently achiveing this by using Python and some help from ChatGPT. I’ve managed to locate my blueprint and find the event graph where I’d like for the print node to spawn.
But I can’t for the love of me seem to be able to spawn a node using Python. Anyone here got any clue on how?