# GetPreviewTitle()

> Override this method if you want to change the label of the Preview area.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public virtual GUIContent GetPreviewTitle()
```

### Returns

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