Develop
Develop
Select your platform

Installing Unreal Engine

Updated: Feb 16, 2026

Overview

The first step in setting up your development environment is to install the Unreal Engine version of your choice.
To access the Oculus-VR fork of Unreal Engine, ensure you have a verified Meta Developer Account. Your Epic Games and GitHub accounts must also be linked. For detailed guidance and hardware requirements, see Prerequisites for installing Unreal Engine.
Set up your Meta Quest development environment by using one of the following methods:
  • UE 5.0+, built from Meta’s Oculus-VR fork of Epic Games’ UE 5.0+ (Recommended)
  • UE 5.0+, installed from Epic Games, plus the Meta XR plugin
UE built from Meta’s Oculus-VR forkUE installed from Epic Games
Recommended for all Meta Quest development in Unreal. Required for certain Meta Quest features: see Choosing UE Installation by Feature Compatibility.
May be necessary for multi-platform releases, such as simultaneous releases on Meta Quest and non-VR platforms.
Note: All supported Unreal Engine branches can create applications for all Meta Quest headset generations.
UE4 deprecation
UE4 is no longer the recommended version. For legacy UE4 installation instructions and compatibility information, see Legacy UE4.

Changes in Meta’s fork of UE

Since Epic Games’ Unreal Engine provides source code access, and Meta’s Oculus-VR fork provides source code access, it is possible to review every changed line of code in Meta’s fork of UE.
However, this examination may be too granular for most. The most important changes in Meta’s Oculus-VR fork are listed below:

Installing UE 5.0+, Meta’s fork

This installation includes Unreal Engine 5.0+, the Meta XR plugin, and additional features and fixes that make UE work seamlessly with Meta Horizon OS. It’s recommended to use this installation for the latest support with Meta Quest features and improvements.
Note: It is not necessary to install the Meta XR plugin separately when installing Meta’s fork of UE 5.0+.
  1. In the Oculus-VR fork of Unreal Engine on GitHub, open the branch list, and then select the Tags tab. Note: Remember that to access the Oculus-VR fork of the source code, you need a verified Meta Developer Account, as well as Epic Games and GitHub accounts that are linked. For more information, see Prerequisites for installing Unreal Engine.
  2. From the list, select the UE version you want. The first version number in the tag name (that is 5.4.3) corresponds to Unreal Engine version, and the last version number (that is v69.1) corresponds to Oculus Platform SDK version. Note: It’s recommended to choose the latest version for the newest features and bug fixes.
    Screenshot of Tags list in the Oculus-VR fork
  3. Click Code, and then click Download ZIP to download the files. Note: If you prefer, follow the instructions under “Getting Up and Running” in the README to clone your own private fork and then compile and run the UE editor.
    Screenshot of Code download zip file.
  4. Unzip the folder to the preferred location on your development machine.
Important: To avoid potential errors when building, be aware that exceeding the Windows maximum path length will fail your build. If you’re concerned, don’t map to a network share. This will slow down the build process significantly. Instead, create a junction point for the directory.

Installing UE 5.0+ from Epic Games

Install UE 5.0+ directly from Epic Games using the Epic Games Launcher. You’ll need to install the Meta XR plugin separately. This means you’ll miss additional features and fixes in the fork. For more information, see Installing the Meta XR Plugin.
Install the Epic Games Launcher
  1. Go to the Download Unreal Engine page and then click Download Launcher.
  2. Complete Step 2: Install Epic Games Launcher on the same page.
Install the release version of UE 5.0+ from Epic
  1. Open the Epic Games Launcher and log in.
  2. On the Library tab, click the + next to Engine Versions.
    Screenshot of the Library tab of the Epic Games Launcher.
  3. In the Install box, select the version you want to install.
    Screenshot of the version install box.
  4. Click Install. Optionally, click Browse to change the install location or Options to select specific features.
    Screenshot of the Installation dialog.
  5. Click Install.
  6. If necessary, click Yes to allow the launcher to install Unreal Engine.
Install the Meta XR plugin
To install the Meta XR plugin, follow the instructions on Installing the Meta XR plugin.

Next steps

Did you find this page helpful?