How to create and populate an Event Graph in C++?

Some nodes require additional settings when creating, this is done by Spawner.
It is also used when the user manually creates nodes.
Creator - takes care of the necessary minimum for the correct creation of the node.

In the source code I came across Creator more often, and for my tasks it always worked.
But if you need more variability or control, then Spawner is what you need.