Hi everyone!
I’m trying to create Blueprint node graphs from a file with C++ code. You know you can ctrl+C blueprint nodes, paste them into a text file, send the text file to someone else and then they can paste that text into their blueprint graph and they’ll have the nodes? I’m basically trying to automate that with c++. I’d like to read a file and creates the node in it.
Anyone has any tips for me? What file should I look into? What to be careful of? where to start?
Thanks!