# Installation

The current echo3D Unreal SDK version is alpha 1.0.7 supporting runtime streaming of 3D models, videos, and images from echo3D into your Unreal 4.27 application as procedural static mesh actors. The SDK can be used via both C++ and Blueprints. **Unreal 5 is not yet supported.**

## Downloading the Unreal SDK

1. Log in to the echo3D platform via console.echo3d.com&#x20;
2. Click the <img src="/files/b7fFEwr0p3FRyJ9jd3Lg" alt="" data-size="line"> button in the header to open the SDKs Download list. Select the SDK from the menu to download the **echo3D Unreal SDK**.

<figure><img src="/files/4Tx5sNbbT67ZqYnxSsnV" alt=""><figcaption></figcaption></figure>

1. Unzip the downloaded file contents to a directory of your choice.&#x20;

{% hint style="info" %}
Unreal Engine is a powerful but complex development engine. Prior experience with C++ and/or Unreal is recommended.

If you are new to programming or application development, consider using our platform as a backend for a [Unity](https://unity3d.com/) project instead.
{% 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.echo3d.com/unreal/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.
