# Unreal Engine

## Pre-requisites

Unreal Engine 4.27, 5.0, 5.1 or 5.2

## Supported OS

* **Windows**: Windows 10 x64 or newer, Visual Studio 2019 or later as compiler
* **macOS**: macOS 10.15 or newer, Make sure you use Xcode 13.2.1 as compiler
* **Linux**: Ubuntu 18.04 or newer
* **Android**: arm64-v8a, armeabi-v7a, and x86\_64
* **IOS**: arm64

## More information for Cronos Play

If you are interested to build on Cronos, please visit [Cronos Play](https://cronos.org/play) or fill this [Contact Form](https://airtable.com/shrCt6wWy87WrEXr8) for more information.


---

# 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.cronos.org/cronos-play/getting-started_unreal.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.
