> For the complete documentation index, see [llms.txt](https://docs.meshmorpher.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meshmorpher.com/graph/exporters/export-dna-to-skeletal-mesh.md).

# Export DNA to Skeletal Mesh

Exports input mesh to Static Mesh

<div align="left"><figure><img src="/files/i9zSTofwWlI0heB98Owq" alt=""><figcaption></figcaption></figure></div>

```
/**
 * Node that exports mesh to a MetaHuman skeletal mesh.
 * 
 * Creates or updates a skeletal mesh asset using MetaHuman
 * DNA data for face or body meshes.
 * 
 * Usage:
 * 1. Connect mesh and DNA data
 * 2. Select export type (Face/Body)
 * 3. Click Apply to create/update asset
 */
```
