3.7. Omnigraph: Custom C++ Nodes

To write custom C++ Omnigraph nodes, you will need to first write your custom C++ extension to Omniverse Kit. Follow Kit C++ Extension Template for the detailed instructions. Examples of how to include Omnigraph nodes can be found in the extension template’s Github repo.