# NDI Plugin Installation

The **NDI Runtime** is not included with this plugin. To work properly with [Unreal Engine](https://www.unrealengine.com/), the **NDI** **IO Plugin** requires the NDI 5.x Runtime to be installed on the host system. Please visit [**this page**](https://ndi.video/for-developers/ndi-sdk/) to download the latest SDK).&#x20;

The **NDI IO Plugin** install folder includes pre-built versions of the plugin. These can be installed in one of two locations: &#x20;

* Your Unreal Engine project&#x20;
* Your Unreal Engine install folder&#x20;

In either case, you must copy the `NDIIOPlugin` folder to the correct destination, as described in one of the following sections.

***

### Installing Your Unreal Engine Project

Use this install option to make the plugin available selectively (on a project-by-project basis).&#x20;

* Copy the `NDIIOPlugin` folder from the package matching your preferred Unreal Engine version. &#x20;
* Paste this folder into your Unreal Engine project's `Plugins` folder. (If your Unreal Engine Project does not have a “Plugins” folder yet, please create a folder with that name).&#x20;

After re-starting your Unreal Engine project, the **NDI IO Plugin** should appear in your Project’s `Plugins` settings as activated.

***

### Installing To the Unreal Engine Install Folder

Alternatively, use this install procedure to make the **NDI IO Plugin** available to all Unreal Engine projects on your system. &#x20;

* Copy the `NDIIOPlugin` folder from the package corresponding to your Unreal Engine version. &#x20;
* Paste that `NDIIOPlugin` folder into the `Plugins` folder of your Unreal Engine install (e.g., the Unreal Engine 5.3 “Plugins” folder is usually located at `C:\Program Files\Epic Games\UE_5.3\Engine`.&#x20;

With your project’s editor open, use the file menu item `Edit` -> `Plugins` to make sure that the **`NDI IO Plugin`** is enabled. Restart the editor as necessary. To learn about using the plugin within your application, read [the NDI Blueprints](/all/developing-with-ndi/utilities/unreal-engine-sdk/getting-started-with-example-blueprint-projects.md).

***

### Compile From Source

The plugin’s full source code is distributed within each version-specific `NDIIOPlugin` folder, as well as in the `NDIExamples` folder. Advanced users with [Microsoft Visual Studio](https://visualstudio.microsoft.com/) installed on their system can compile the plugin directly from the source code.

{% hint style="warning" %}
The NDI IO Plugin requires the NDI Runtime to function correctly. Ensure you have the latest version installed from [NDI SDK Download](https://ndi.video/sdk). Additionally, Unreal Engine users can leverage NDI Blueprint Nodes for more advanced functionality. See the "Using NDI Blueprints" section for details.
{% 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.ndi.video/all/developing-with-ndi/utilities/unreal-engine-sdk/ndi-plugin-installation.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.
