# Installation - Unreal Engine

## CameraTwin Plugin Installation

To install the CameraTwin UE Plugin, simply choose the appropriate version for your Unreal Engine 5 setup from the links below:

## V2.0.1

* [CameraTwin - Unreal Engine 5.5](https://drive.google.com/file/d/1NoHJYvZ9f-x7qAmnQ5spwSIG2jTtUHrG/view?usp=drive_link)
* [CameraTwin - Unreal Engine 5.6](https://drive.google.com/file/d/1tnW2yQEb1ZvIDOI0LGNT_nhMzOkLZGs8/view?usp=drive_link)
* [CameraTwin - Unreal Engine 5.7](https://drive.google.com/file/d/1IMRl4jitaV0soGCDzZgIc9yyfrCgvU6s/view?usp=drive_link)

{% content-ref url="/pages/AjwOhksVKypnfCkpfMU5" %}
[Changelog](/cameratwin/installation/installation-unreal-engine/changelog.md)
{% endcontent-ref %}

{% hint style="info" %}
Starting with v2.0.1, the NDI plugin is bundled in Unreal Engine Editor and no longer requires a separate installation.
{% endhint %}

Unzip the Prebuilt plugin folders and follow the instructions below:

* Choose the folder that corresponds to your Unreal Engine version
* Engine Plugin Installation:
  1. Copy and paste the Internal plugin folder named “CameraTwin” to the folder
     1. \<Disk Letter>:\Program Files\Epic Games\UE\_\<Major Version>.\<Minor Version>\Engine\Plugins
     2. For the Unreal Engine 5.1 and the main windows disk the path above is\
        C:\Program Files\Epic Games\UE\_5.1\Engine\Plugins
* Project Plugin Installation:
  1. Copy and paste the Internal plugin folder named CameraTwin to the Plugins folder of your project. If there is no such a folder you can create one.
* To enable the plugin, when you open your project, go to Edit->Plugins and search for the CameraTwin plugin.

Now that both the mobile app and the plugin are set up, you can proceed to the [Get Started](/cameratwin/get-started.md) page.


---

# 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.realtwin.org/cameratwin/installation/installation-unreal-engine.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.
