> For the complete documentation index, see [llms.txt](https://docs.arcware.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcware.cloud/unreal-engine-setup/unreal-engine-version-support.md).

# Unreal Engine Version Support

General Goal: To provide a transparent overview of which Unreal Engine versions are natively supported, deprecated, or coming soon on the Arcware Cloud platform. This page helps you plan your project development and upgrades to ensure seamless compatibility with our cloud streaming infrastructure.

### Supported Versions Matrix

| **Unreal Engine Version** | **Support Status** | **Recommended Action**                                       |
| ------------------------- | ------------------ | ------------------------------------------------------------ |
| UE 5.8 🚀                 | Active (Latest)    | Fully supported. Recommended for new, cutting-edge projects. |
| UE 5.7                    | Active             | Fully supported. Excellent stability.                        |
| UE 5.6                    | Active             | Fully supported. Excellent stability.                        |
| UE 5.5                    | Active             | Fully supported.                                             |
| UE 5.4                    | Active             | Fully supported.                                             |
| UE 5.3                    | Active             | Fully supported.                                             |
| UE 5.2                    | Active             | Fully supported.                                             |
| UE 5.1                    | Active             | Fully supported.                                             |
| UE 5.0.3                  | ⚠️ Deprecated      | Support ending soon. Plan an upgrade to UE 5.3+              |
| UE 4.27                   | ⚠️ Deprecated      | Legacy support ending. Plan an upgrade to UE 5.x             |

### Support Categories Explained

#### 🚀 Active Support (Recommended)

These versions are fully optimized and continuously tested on Arcware Cloud servers. We guarantee full compatibility with our WebSDK, templates, and performance optimizations. We highly recommend starting all new projects on one of these versions.

#### ⚠️ Deprecated Support (End of Life)

Deprecated versions are legacy releases that will soon phase out of our active support cycle.

* What this means: While existing packaged projects may continue to stream, we will no longer release template updates, bug fixes, or dedicated technical support for these versions.
* Our recommendation: If your project is currently on 4.27 or 5.0.3, we strongly suggest migrating your assets and logic to UE 5.6 or higher for the best streaming experience.


---

# 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.arcware.cloud/unreal-engine-setup/unreal-engine-version-support.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.
