# RevertAllInCurrentGroup()

> Performs the last undo operation but does not record a redo operation.

## Definition

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

```csharp
public static void RevertAllInCurrentGroup()
```

### Remarks

This is useful when you want to simply revert the last performed action. In Unity the escape is commonly used to execute this function.
