Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal. You can also buy games using our partner links for GOG and Humble Store.
We do often include affiliate links to earn us some pennies. See more here.

After being available in Early Access since May 2021 and Preview since February 2022, Epic Games has today released Unreal Engine 5 which will no doubt go on to power some of the biggest upcoming releases.

"With this release, we aim to empower both large and small teams to really push the boundaries of what’s possible, visually and interactively. UE5 will enable you to realize next-generation real-time 3D content and experiences with greater freedom, fidelity, and flexibility than ever before." — Epic Games.

Epic say that developers will be able to continue using "workflows supported in UE 4.27" but get access to the redesigned Unreal Editor, better performance, improved path tracing and the list goes on.

You can see the whole launch event livestream in the below YouTube video:

YouTube Thumbnail
YouTube videos require cookies, you must accept their cookies to view. View cookie preferences.
Accept Cookies & Show   Direct Link

Two new starter samples have also been made for developers with:

Lyra Starter Game

Lyra Starter Game is a sample gameplay project built alongside Unreal Engine 5 development to serve as an excellent starting point for creating new games, as well as a hands-on learning resource. We plan to continue to upgrade this living project with future releases to demonstrate our latest best practices.

City Sample

The City Sample is a free downloadable sample project that reveals how the city scene from The Matrix Awakens: An Unreal Engine 5 Experience was built. The project—which consists of a complete city with buildings, vehicles, and crowds of MetaHuman characters—demonstrates how we used new and improved systems in Unreal Engine 5 to create the experience.

You will also find plenty of Linux and Vulkan improvements for Unreal Engine 5 including: Nanite and Lumen (with software ray tracing only) on Linux, the Unreal Build Tool was also upgraded to support Clang's sanitizers for Linux (and Android), Vulkan and Linux support was also added to their "GameplayMediaEncoder", compliant 64-bit image atomics in Vulkan that fixes all validation issues with 64-bit atomics and allows the use of RADV driver (AMD + Linux) for Nanite and Lumen, multiple crashes were solved for Linux and loads more like:

  • Increased Unix Cycles64 resolution to 100ns
  • Fixed Unix crash messages printing a truncated memory address.
  • Added support for asynchronous logging on forked instances
  • SkeletalMeshComponents will now run multithreadable tasks on the taskgraph on forked multithreaded servers
  • Moved FForkProcessHelper code in Fork.cpp.
  • Added FForkProcessHelper::IsForkRequested function. This returns true when the process is set to fork child processes or simulate forking by itself.
  • Implemented FUnixPlatformMisc::GetCPUVendor and GetCPUBrand() for non x64 Linux platforms to read and parse the /proc/cpuinfo file. Added tables for 64-bit arm cpu implementers and part numbers. This table may have further updates in the future.
  • FUnixPlatformProcess::CreateProc no longer requires you to pass an absolute path to an executable. If passed an argument containing a program name but no path separators, it now searches directories specified in the $PATH environment variable in the same manner as the shell would. The underlying API has changed from posix_spawn to posix_spawnp, and failures are no longer treated as fatal.
  • Add Linux -crashhandlerstacksize command line option to set crash handler stack size.
  • Moved stack to mapped memory instead of allocating in the heap. This can set and reduce the size of the 200k stack significantly through the command line.
  • Add DumpGPU viewer script for Linux and Mac. To use this, run the DumpGPU command in the console. This will open a folder to the DumpGPU HTML files and data, plus OpenGPUDumpViewer.sh. If you open OpenGPUDumpViewer.sh, the GPU Viewer will open in your web browser.
  • Updated Linux SDL to 2.0.20.

Epic has confirmed that over 85 game studios are going to be using Unreal Engine 5 with more coming including The Coalition, CD PROJEKT RED, and Crystal Dynamics, who just revealed that they are building a new Tomb Raider game with UE5.

See more on the official site. Also see the announcement.

Article taken from GamingOnLinux.com.
29 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
17 comments
Page: 1/2»
  Go to:

Serious_Table Apr 5, 2022
So, how about that pre-compiled binary for Unreal Engine 5 on Linux, Epic? No? Anything?

I'm glad they're continuing to support releasing UE5 games on Linux via exports, but the fact that a UE5 Linux editor is still an after-thought is extremely frustrating.
elmapul Apr 5, 2022
windows minimum requirements:
8GB of ram
linux minimum requirements:
32GB of ram...
Shaolu Apr 5, 2022
The preview pic looks like Iron Man and Spider-Man had a couple of kids together.
CatKiller Apr 5, 2022
View PC info
  • Supporter Plus
QuoteVulkan and Linux support was also added to their "GameplayMediaEncoder"
It'd be nice if Unity got around to this, too.
PublicNuisance Apr 5, 2022
Nice to see Linux improvements but the one improvement I wanted was it released as FOSS which I knew wouldn't happen.

Quoting: CatKiller
QuoteVulkan and Linux support was also added to their "GameplayMediaEncoder"
It'd be nice if Unity got around to this, too.

If they made Unity FOSS I bet it could happen in short order. Not that this will ever happen, i'm realistic.
Ehvis Apr 5, 2022
View PC info
  • Supporter Plus
The biggest problem I see in those screenshots is that they still haven't discontinued chromatic aberration.
minkiu Apr 5, 2022
View PC info
  • Supporter
Quoting: Serious_TableSo, how about that pre-compiled binary for Unreal Engine 5 on Linux, Epic? No? Anything?

I'm glad they're continuing to support releasing UE5 games on Linux via exports, but the fact that a UE5 Linux editor is still an after-thought is extremely frustrating.

What really grinds my gears is that their EULA doesn't allow to redistribute the binary, so everyone has to build their own (bless the ue4docker project) editor every update, instead of maybe having it in an unofficial repo.

I wish they exposed their CI/CD so we can just download the artifact, cause they do have CI/CD on it, right? Right?

Quoting: PublicNuisanceNice to see Linux improvements but the one improvement I wanted was it released as FOSS which I knew wouldn't happen.

I know it's not fully Foss but you can see the code on github, in case you didn't know.


Last edited by minkiu on 5 April 2022 at 5:59 pm UTC
DamonLinuxPL Apr 5, 2022
Fixes for Linux unfortunately are mostly cosmetic. Most of the changes are just fixing the build under Linux / Clang and exporting the build.
As far as I know, UE5 only adds more number of unsupported / broken functions for Liunx in relative to UE4. If for many developers UE4 was broken or incomplete on Linux then UE5 will be even more so. Although it may change in the future (but certainly only thanks to hard working community, not EPIC employees).
Kristian Apr 5, 2022
Only software ray tracing? Why?


Last edited by Kristian on 5 April 2022 at 6:39 pm UTC
elmapul Apr 5, 2022
Quoting: minkiuI know it's not fully Foss but you can see the code on github, in case you didn't know.

the licence is so restrictive, that its proprietary for all intents and purposes.
hell, its so restrictive that i dont doubt you can be sued for reading it and taking inspiration from it, i bet epic relase it so they can sue more people.
jokes aside, its REALLY restrictive.



Quoting: PublicNuisanceNice to see Linux improvements but the one improvement I wanted was it released as FOSS which I knew wouldn't happen.

if the foss comunity was not able to compete, i dont see why they should.


Last edited by elmapul on 5 April 2022 at 6:47 pm UTC
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.