# GetExcludeEditorFromAnyPlatform()

> Is Editor excluded when Any Platform is set to true.

## Definition

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

```csharp
public bool GetExcludeEditorFromAnyPlatform()
```

### Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |

### Remarks

See also [PluginImporter.SetExcludeFromAnyPlatform](/engine/6000.6/script-reference/unityeditor/pluginimporter/setexcludefromanyplatform.md).
