> For the complete documentation index, see [llms.txt](https://docs.kia.dev/gltf-batch-exporter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kia.dev/gltf-batch-exporter/create-a-custom-export-configuration.md).

# Create a custom export configuration

glTF Batch Exporter comes with a handful of predefined export configurations for different texture resolutions. If you want to export other types of assets, a custom preset may be useful!

### &#x20;What can be exported?

The following types of assets can be exported to glTF:

* Materials
* Static Meshes
* Skeletal Meshes
* Animation Sequences
* Level Sequences
* Level Variant Sets

{% hint style="info" %}
Levels should be exported using the built-in export. You can use the plugin to then re-export the assets used in the level with the "Use Asset Texture Resolution" feature enabled to get a more optimized version.
{% endhint %}

### Creating a custom preset

To create a custom preset, right click in the content drawer and select 'Blueprint Class'.

![](/files/mNShKBsCBqOEzC4hF6UA)

In the dialogue box that opens, click the "All classes" button to expand the selection of available classes and look for BlueprintGLTFExportOptions. Select it and press the button.

Select it and press the ![](/files/X74lc06z0L5ZqdfBURyP) button.

<figure><img src="/files/J8X8VL0zlUoOzhu39g1f" alt=""><figcaption></figcaption></figure>

Now give your options preset a name. It is recommended to prefix it with "BP\_", so in this example we will name the asset "BP\_MyExportOption".

![](/files/GfJMbxOSOlKrrVvQS6sZ)

Double click on the new asset and you will see the preset options that you can change.

![](/files/zA4zWyXRRmgAHl9ameeW)

{% hint style="info" %}
If you cannot see this tab, go to the 'Window' at the top of the Unreal Engine Editor and select 'Details'.

![](/files/3VpOBJNSqIAZi9NsThcD)
{% endhint %}

To learn more about the options that can be changed, please refer to the [Export Options Reference](/gltf-batch-exporter/export-options-reference.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kia.dev/gltf-batch-exporter/create-a-custom-export-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
