# Unreal Engine

{% hint style="info" %}
You are reading an old article for Unreal Engine 4 - it should still work for Unreal Engine 5 though!
{% endhint %}

## Overview

### **Official Resources**

{% embed url="<https://www.unrealengine.com/en-US/learn>" %}

Once you have a basic understanding of the software, Unreal Engine Documentation is the go-to reference for all engine uses:

{% embed url="<https://docs.unrealengine.com/en-us/>" %}
Documentation is as well.
{% endembed %}

### Troubleshooting

The best way to troubleshoot issues with Unreal is by googling them, the chances are, other individuals have had the exact same issue or error:

{% embed url="<https://www.google.com>" %}

***

## Install

#### Installation

1. Go to <https://www.unrealengine.com/en-US/>and download the installer for the *Epic Games Launcher* and install it.
2. With the Epic Games Launcher installed, you need to create an account. Opening Epic Games Launcher will prompt you to do so.
3. You can now proceed to installing Unreal Engine, click on the Unreal Engine tab on the left.&#x20;
4. Click the `[+]` icon next to *Engine Versions* and install the latest version.
5. Click `[Launch]` on the Engine version you want to use.

#### Previous Unreal Engine Version Install

1. With Epic Games Launcher installed and signed in, navigate to Unreal Engine on the left.
2. Click the `[+]` icon next to the *Engine Versions.*
3. You can click on the version number to access a drop-down list of previous versions
4. Click `[Launch]` on the Engine version you want to use.

### Epic Games Launcher Introduction

*Unreal Engine* is a piece of software developed and used by Epic Games, a game developer. Their Launcher is a way to interface with their services, the marketplace, development assets and tools, as well as Unreal Engine itself.

***

## Primer

When you are ready, head on over to the Primer to get started.

{% content-ref url="/pages/-LYxnZ8e7px6dYp\_q6wz" %}
[Unreal Engine Primer](/next-lab/virtual-reality/guides/vr-development-overview/unreal-engine-overview/unreal-engine-primer.md)
{% endcontent-ref %}

If you are familiar with Unreal Engine already, get started with the guides.

{% content-ref url="/pages/-LYxpRFwHX6TKT1p7c5p" %}
[Unreal Engine: Guides](/next-lab/virtual-reality/guides/vr-development-overview/unreal-engine-overview/unreal-engine-other-guides.md)
{% endcontent-ref %}


---

# 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://ms-kb.msd.unimelb.edu.au/next-lab/virtual-reality/guides/vr-development-overview/unreal-engine-overview.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.
