# Cut

> The command name for the Cut command, which copies the current selection to the clipboard and removes it.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.UICommonModule

```csharp
public const string Cut = "Cut"
```
