# GetValue()

> Abstract function to be overridden in derived types. Should return the current value of the animated value.

## Definition

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

```csharp
protected abstract T GetValue()
```

### Returns

| Type | Description    |
| ---- | -------------- |
| T    | Current Value. |
