> 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-to-static-mesh.md).

# Export to Static Mesh

Exports input mesh to Static Mesh

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

```
/**
 * Node that exports a mesh to a new static mesh asset.
 * 
 * Creates a new UStaticMesh asset from the input mesh data
 * with configurable build settings.
 * 
 * Usage:
 * 1. Connect mesh to export
 * 2. Configure build settings
 * 3. Click Apply to create asset
 */
```
