# DisableAutoInclusionOfNodesFromGraphAssembly

> Indicates that nodes (i.e., subclasses of Node ) defined in the same assembly as the graph are not automatically added to the graph item library.

## Definition

* **Type:** Field
* **Namespace:** [Unity.GraphToolkit.Editor](/engine/6000.7/script-reference/unity/graphtoolkit/editor.md)
* **Assembly:** UnityEditor

```csharp
DisableAutoInclusionOfNodesFromGraphAssembly = 2
```

### Remarks

By default, this flag is disabled. This allows you to discover nodes without manually annotating each one with [UseWithGraphAttribute](/engine/6000.7/script-reference/unity/graphtoolkit/editor/usewithgraphattribute.md). Developers who want full control over what appears in the graph item library might choose to enable this option.
