# Get Morph Targets Names

Retrieve all  Morph Targets Names from a Skeletal Mesh.

<div align="left"><figure><img src="/files/I624ewrSnXjJEE05UaJZ" alt="Create Morph Targets at runtime from Mesh Files"><figcaption></figcaption></figure></div>

#### Inputs

| Parameter                                                               | Description                                         |
| ----------------------------------------------------------------------- | --------------------------------------------------- |
| <p>Skeletal Mesh </p><p><code>Skeletal Mesh Object Reference</code></p> | Skeletal Mesh to retrieve Morph Targets names from. |

#### Outputs

| Parameter                                       | Description                                                      |
| ----------------------------------------------- | ---------------------------------------------------------------- |
| <p>Names </p><p><code>Array of Names</code></p> | The array of Morph Target Names retrieved from the Skeletal Mesh |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meshmorpher.com/runtime/utilities/get-morph-targets-names.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
