# GetOutput(int)

> Get PlayableOutput at the given index in the graph.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Playables](/engine/6000.0/script-reference/unityengine/playables.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public PlayableOutput GetOutput(int index)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The output index.

### Returns

| Type                                                                                      | Description                                                                                                                        |
| ----------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| [PlayableOutput](/engine/6000.0/script-reference/unityengine/playables/playableoutput.md) | The [PlayableOutput](/engine/6000.0/script-reference/unityengine/playables/playableoutput.md) at this given index, otherwise null. |
