Custom C++ Nodes#

For C++ nodes, the Node Definition (.ogn) is the same as the one used for Custom Python Nodes.

Examples of how to include Omnigraph nodes can be found in the extension template’s GitHub repo.

To use the custom C++ nodes, you will need also build your custom C++ extension. Follow Kit C++ Extension Template for the detailed instructions.