# GetPersistentTarget(int)

> Get the target component of the listener at index index.

## Definition

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

```csharp
public Object GetPersistentTarget(int index)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): Index of the listener to query.

### Returns

| Type                                                            | Description |
| --------------------------------------------------------------- | ----------- |
| [Object](/engine/6000.0/script-reference/unityengine/object.md) |             |
