# Unreal Engine SDK

### Download[​](https://docs.inworld.ai/docs/tutorial-integrations/unreal-engine#download) <a href="#download" id="download"></a>

Download the latest version of the Infinity Void Unreal Engine SDK on our [**GitHub**](https://github.com/infinity-void-metaverse/infinityvoid-unreal-sdk/releases).

### Compatibility[​](https://docs.inworld.ai/docs/tutorial-integrations/unreal-engine#compatibility) <a href="#compatibility" id="compatibility"></a>

#### Supported  Engine Versions[​](https://docs.inworld.ai/docs/tutorial-integrations/unreal-engine#supported-platforms) <a href="#supported-platforms" id="supported-platforms"></a>

| 5.2.1 |
| ----- |

### Prerequisites <a href="#prerequisites" id="prerequisites"></a>

#### Windows[​](https://docs.inworld.ai/docs/tutorial-integrations/unreal-engine#windows) <a href="#windows" id="windows"></a>

| Requirement   | Version |
| ------------- | ------- |
| Platform      | `Win64` |
| Unreal Engine | `5.2`   |
| Project Type  | C++     |
| Visual Studio | 2019+   |

{% hint style="info" %}
Our SDK is only available for windows as we require only Windows build to make experience cross platform. You could only build using windows however it will distributed to all the platforms.
{% 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.infinityvoid.io/guides/for-content-creators/unreal-engine-sdk.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.
