# Output

> A variable used as an output from a subgraph.

## Definition

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

```csharp
Output = 2
```

### Remarks

This kind exposes the variable to the parent graph when the graph is used as a subgraph. The subgraph assigns a value that the parent graph can read.
