# Export Skeletal Mesh To OBJ

Exports a Skeletal Mesh Render Data to an OBJ File.\
Export is done using X as Forward Axis and Y as Up Axis.\
&#x20;This node exports the Skeletal Mesh Render Data and it will reflect any baked Standalone Morph Targets.

<div align="left"><figure><img src="/files/YUixtHm2jbTSIqZTQD3m" 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 Export.                                                     |
| <p>File Path</p><p><code>String</code></p>                              | Destination File Path.                                                       |
| <p>LOD </p><p><code>Integer</code></p>                                  | The LOD to export. This is automatically clamped to match the skeletal mesh. |
| <p>Export Welded </p><p><code>Boolean</code></p>                        | Whether to export a welded mesh.                                             |
| <p>Show Progress in PIE </p><p><code>Boolean</code></p>                 | Whether to display the progress bar in PIE.                                  |

#### Outputs

| Parameter                                       | Description                            |
| ----------------------------------------------- | -------------------------------------- |
| <p>Return Value </p><p><code>Boolean</code></p> | Returns true if exported successfully. |


---

# 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/export-skeletal-mesh-to-obj.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.
