> For the complete documentation index, see [llms.txt](https://docs.motorica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motorica.com/documentation/integrations/unreal-engine/reference/ue-root-motion-recorder-plugin.md).

# UE Root Motion Recorder Plugin

## Overview

The Motorica UE Root Motion Recorder Plugin allows you to easily record a capsule's trajectories with the exact movement parameters defined in your capsule.

{% hint style="info" %}
Check out our [How-To Guide](/documentation/integrations/unreal-engine/how-to-guides/setup-and-use-ue-root-motion-recorder-plugin.md) to walkthrough how to setup the plugin.
{% endhint %}

## Features

* Record motion paths from any Actor/Character inside Unreal Engine
* Export and save in a JSON format compatible with Motion Factory's **Trail Manager**

## Downloads

<table data-header-hidden="false" data-header-sticky><thead><tr><th>Unreal Engine Version</th><th>Download Link</th></tr></thead><tbody><tr><td>Older than UE 5.5.0</td><td>Unsupported</td></tr><tr><td>Unreal Engine 5.5.x</td><td>​(Only Source build available for 5.5. See below)​</td></tr><tr><td>Unreal Engine 5.6.x</td><td>​<a href="https://storage.googleapis.com/motorica-public/RootMotionRecorder_5.6_Binary.zip">Download Root Motion Recorder 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/RootMotionRecorder_5.7_Binary.zip">Download Root Motion Recorder Plugin for 5.7.x</a></td></tr></tbody></table>

<details>

<summary>Builds with Source included</summary>

<table data-header-hidden="false" data-header-sticky><thead><tr><th>Unreal Engine Version</th><th>Download Link (With Source)</th></tr></thead><tbody><tr><td>Unreal Engine 5.5.x</td><td>​<a href="https://storage.googleapis.com/motorica-public/RootMotionRecorder_5_5_WithSource.zip">Download Root Motion Recorder Plugin for 5.5.x</a>​</td></tr><tr><td>Unreal Engine 5.6.x</td><td>​<a href="https://storage.googleapis.com/motorica-public/RootMotionRecorder_5.6_Source.zip">Download Root Motion Recorder 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/RootMotionRecorder_5.7_Source.zip">Download Root Motion Recorder Plugin for 5.7.x</a></td></tr></tbody></table>

</details>

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


---

# 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:

```
GET https://docs.motorica.com/documentation/integrations/unreal-engine/reference/ue-root-motion-recorder-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.
