# UE Importer Plugin

## Overview

The Motorica UE Importer Plugin imports animations, retargets, and sets up pose search assets for Motion Matching.

## Features

* IK retargeter for Motorica to UE Manny/Quinn skeletons.
* Integration with UE pose search (MM):
  * Creates pose search database assets.
  * Creates pose search schema.

## Downloads

<table data-header-hidden="false" data-header-sticky><thead><tr><th width="252.729736328125">Unreal Engine Version</th><th>Download Link</th></tr></thead><tbody><tr><td>Unreal Engine 5.7.x</td><td><a href="https://storage.googleapis.com/motorica-public/MotoricaQuickImport_5_7.zip">Download UE Importer Plugin for UE 5.7.x</a></td></tr><tr><td>Unreal Engine 5.6.x</td><td><a href="https://storage.googleapis.com/motorica-public/MotoricaQuickImport_5_6.zip">Download UE Importer Plugin for UE 5.6.x</a></td></tr><tr><td>Unreal Engine 5.5.x</td><td><a href="https://storage.googleapis.com/motorica-public/MotoricaQuickImport_5_5.zip">Download UE Importer Plugin for UE 5.5.x</a></td></tr></tbody></table>

<details>

<summary>Builds with Source included</summary>

<table data-header-hidden="false" data-header-sticky><thead><tr><th width="261.7457275390625">Unreal Engine Version</th><th width="438">Download Link (With Source)</th></tr></thead><tbody><tr><td>Unreal Engine 5.6.x</td><td><a href="https://storage.googleapis.com/motorica-public/MotoricaQuickImport_5_6_Source.zip">Download UE Importer Plugin for 5.6.x</a></td></tr><tr><td>Unreal Engine 5.7.x</td><td><a href="https://storage.googleapis.com/motorica-public/MotoricaQuickImport_5_7_Source.zip">Download UE Importer Plugin for 5.7.x</a></td></tr></tbody></table>

</details>

{% hint style="warning" %}
UE versions 5.6.0 and older aren't supported.
{% endhint %}


---

# 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.motorica.com/documentation/integrations/unreal-engine/reference/ue-importer-plugin.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.
