> For the complete documentation index, see [llms.txt](https://docs.ndi.video/all/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ndi.video/all/developing-with-ndi/utilities/unreal-engine-sdk.md).

# Unreal Engine SDK

{% hint style="warning" %}
This documentation refers to the [**Unreal Engine SDK**](https://ndi.video/for-developers/ndi-unreal-engine-sdk/), a separate SDK that adds full IP video and audio support within Unreal Engine 5.3, unlocking real-time 3D, AR, and VR content creation. If you want to learn more about the complete NDI SDK, check the online [documentation](/all/developing-with-ndi/sdk.md) and download it [here](https://ndi.video/for-developers/ndi-sdk/).
{% endhint %}

This documentation is paramount for developers and integrators seeking to combine the potential of NDI technology with the creative possibilities of [Unreal Engine](https://www.unrealengine.com/pt-BR), a powerful 3D creation software.

This documentation is continuously updated to match the most recent version of our Unreal SDK. The current version of the Unreal Engine SDK is **version 3.7**. You can check the most meaningful updates in our [release notes.](/all/developing-with-ndi/utilities/unreal-engine-sdk/release-notes.md)

For information on Unreal Engine, visit their [**FAQ** ](https://www.unrealengine.com/en-US/faq)or [**Documentation** ](https://dev.epicgames.com/documentation/en-us/unreal-engine/unreal-engine-5-5-documentation)page.

{% hint style="info" %}
Read our [**White Paper**](/all/getting-started/white-paper.md) if you'd like to know more about the vision of NDI and our technology's fundamental features, protocols, and settings.
{% endhint %}

> Wondering about Unreal Engine on Mac? Unfortunately right now Unreal is only available for Windows. See our [FAQ ](/all/faq/sdk/can-i-use-the-unreal-sdk-on-mac.md)on it.


---

# 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.ndi.video/all/developing-with-ndi/utilities/unreal-engine-sdk.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.
