Graphs

Graphs are containers for nodes. They are also responsible for handling the connections between the nodes and their ports.

Nested Graphs

Graphs can be nested inside each other using the instance node. You can link to other graphs in your scene or you can embed graphs to help with organization.

User Parameters

Graphs can have custom parameters added to them. These parameters are exposed any time the graph is used in your project to allow for customization. This can be useful for creating preset objects that can be used in many different places. Each instance that uses the graph can be customized yet the original graph can still be edited.

User Parameter Editor

The editor is how you add, remove, and customize the parameters that are shown to the user.


Next: Scenes