# GetVector4PropertyNames(List<string>)

> Retrieves the property names of type Vector4 for this material.

## Definition

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

```csharp
public void GetVector4PropertyNames(List<string> names)
```

### Parameters

**** (\[List\<string>]\(https\://learn.microsoft.com/dotnet/api/system.collections.generic.list-1)): The list of retrieved property names.
