Hello!
I would like to know if there is a way to know all attribute of a node before creating/instantiating it ? basically, provide the name of the node I wish to create, but only get all the name of static attribute that this node will have.
What I could do is probably create the node, get the info, and delete it right away, but it pretty messy, is there a more clean way of doing it ?
Thanks!