# SupportedFeature(Feature)

> List of supported Features by the loaded provider. See Feature.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.AdaptivePerformance](/engine/6000.5/script-reference/unityengine/adaptiveperformance.md)
* **Assembly:** UnityEngine.AdaptivePerformanceModule

```csharp
bool SupportedFeature(Feature feature)
```

### Parameters

**** (\[Feature]\(/engine/6000.5/script-reference/unityengine/adaptiveperformance/provider/feature)): The feature in question. See [Feature](/engine/6000.5/script-reference/unityengine/adaptiveperformance/provider/feature.md).

### Returns

| Type                                                          | Description                                                  |
| ------------------------------------------------------------- | ------------------------------------------------------------ |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | True if the requested feature is supported, false otherwise. |
