Unreal Engine 5

Last updated

Unreal Engine 5 (UE5) is the latest version of Unreal Engine developed by Epic Games. It was revealed in May 2020 and officially released in April 2022. Major features of Unreal Engine 5 include Nanite, a virtualized geometry system that allows game developers to use arbitrarily high quality meshes with automatically generated Level of detail, and Lumen, a dynamic global illumination and reflections system that uses software and hardware ray tracing.

Contents

History

The cave system in the "Lumen in the Land of Nanite" Unreal Engine 5 demo was generated using real-world photogrammetry assets imported into the Nanite engine rather than detailed by hand. Unreal engine 5 demo screencap.jpg
The cave system in the "Lumen in the Land of Nanite" Unreal Engine 5 demo was generated using real-world photogrammetry assets imported into the Nanite engine rather than detailed by hand.

Unreal Engine 5 was revealed on May 13, 2020, supporting all existing systems supported by Unreal Engine 4, including the next-generation consoles PlayStation 5 and Xbox Series X/S. [1] Work on the engine started about two years prior to its announcement. [2] It was released in early access on May 26, 2021, [3] and formally launched for developers on April 5, 2022. [4]

Epic had worked closely with Sony in optimizing Unreal Engine 5 for the PlayStation 5, with Epic collaborating with Sony on the console's storage architecture. [5] To demonstrate the ease of creating a detailed world with minimal effort, the May 2020 reveal of the engine showcased a demo called "Lumen in the Land of Nanite" running on a PlayStation 5 that was built mostly by pulling assets from the Quixel library and using the Nanite, Lumen, and other Unreal Engine 5 components to create a photorealistic cave setting that could be explored. [2] [6] Epic affirmed that Unreal Engine 5 would be fully supported on the Xbox Series X as well, but had been focused on the PlayStation 5 during the announcement as a result of their work with Sony in the years prior. [7]

Epic has used its game Fortnite as a testbed for Unreal Engine 5 to showcase what the engine can do to the industry, [2] [8] [9] with the game brought to use Unreal Engine 5 in December 2021. [10] Fortnite's Battle Royale mode received visual improvements via Unreal Engine 5.1 with the launch of Chapter 4 on December 4, 2022. [11] The Matrix Awakens , a tie-in experience ahead of the release of The Matrix Resurrections , was developed by Epic to be a further demonstration of Unreal Engine 5 along with other technology that they had acquired over 2020 and 2021, including their MetaHuman Creator developed and integrated into Unreal Engine 5 with technology from 3Lateral, Cubic Motion, and Quixel. [12]

In March 2024, Epic Games launched Project Titan, a collaborative art jam to create a free open world sample project for Unreal Engine. [13]

Features

Nanite

One of UE5's major features is Nanite, an engine that allows for high-detailed photographic source material to be imported into games. [14] The goal of Unreal Engine 5 was to make it as easy as possible for developers to create detailed game worlds without having to spend excessive time on creating new detailed assets. [2] Nanite can import nearly any other pre-existing three-dimension representation of objects and environments, including ZBrush and CAD models, enabling the use of film-quality assets. [15] Nanite automatically handles the levels of detail (LODs) of these imported objects appropriate to the target platform and draw distance, a task that an artist would have had to perform manually otherwise by creating a new model for each LoD and creating normal maps for details. [16] [17] Unlike traditional LoD, Nanite can use different levels of detail within a single asset. [18] According to a talk by Epic Games' Brian Karis at SIGGRAPH 2021, Part of the research done to create Nanite was to find a method that could stitch the edges of different levels of detail together such that there are no "cracks" between them at the boundaries when they are of the same asset. [18] In its initial release, Nanite could only be used for static meshes. [18]

With potentially tens of billions of polygons present on a single screen at 4K resolution, Epic also developed the Unreal Engine 5 to take advantage of the upcoming high-speed storage solutions with the next-generation console hardware that will use a mix of RAM and custom solid-state drives. [16] According to Epic Games founder Tim Sweeney, With UE5's new loading system "you can bring in [a game's] geometry and display it despite it not all fitting in memory." [17] UE5 scales the amount of detail in the geometry used to the speed of the device's storage if the device's storage is too slow to load the ideal amount. [17]

Lumen

Lumen is another component described as a "fully dynamic global illumination solution that immediately reacts to scene and light changes". [14] [16] [19] Lumen eliminates the need for artists and developers to craft a lightmap for a given scene, but instead calculates light reflections and shadows on the fly, thus allowing for real-time behavior of light sources. [16] It also allows for faster development cycles for game designers as they do not need to wait for the lightmaps to be computed. [16] Lumen can use either software or hardware ray tracing, with the software version being more widely supported by devices at the expense of lower fidelity such as in reflections or water. [20] It can be turned off with a fallback to Singed Distance Field Ambient Occlusion. [20]

Additional Features

Virtual Shadow Maps is another component added in Unreal Engine 5 described as "a new shadow mapping method used to deliver consistent, high-resolution shadowing that works with film-quality assets and large, dynamically lit open worlds". [21] Virtual Shadow Maps differs from the common shadow map implementation in its extremely high resolution, more detailed shadows, and the lack of shadows popping in and out which can be found in the more common shadow maps technique due to shadow cascades. [22]

UE5 uses Niagara for fluid and particle dynamics and it's own Chaos physics engine in place of PhysX. [2] [23]

Additional features planned for Unreal Engine 5 come from Epic's acquisitions and partnerships. The Nanite virtualized geometry technology allows Epic to take advantage of its past acquisition of Quixel, the world's largest photogrammetry library as of 2019. [2] The MetaHuman Creator is a project based on technology from three companies acquired by Epic—3Lateral, Cubic Motion, and Quixel—to allow developers to quickly create realistic human characters that can then be exported for use within Unreal. [24] Through partnership with Cesium, Epic plans to offer a free plugin to provide 3D geospatial data for Unreal users, allowing them to recreate any part of the mapped surface of Earth. [25] Epic will include RealityCapture, a product it acquired with its acquisition of Capturing Reality that can generate 3D models of any object from a collection of photographs taken of it from multiple angles, [26] and the various middleware tools offered by Epic Games Tools. [27]

Licensing

Unreal Engine 5 retains the royalty model started with Unreal Engine 4, with developers returning 5% of gross revenues to Epic Games, although this fee is waived for sales made through the Epic Games Store. [28] Further, Epic announced alongside Unreal Engine 5 that they will not take any fee from games using any version of Unreal Engine for the first US$1 million in gross revenue, retroactive to January 1, 2020. [29] Epic unveiled per-seat licensing of the Unreal Engine, starting in April 2024, for its runtime use with non-gaming applications such as in film and television production if their revenues exceed $1 million, with each seat costing $1850/year. [30] [31]

See also

Related Research Articles

<span class="mw-page-title-main">Unreal Engine</span> Video game engine developed by Epic Games

Unreal Engine (UE) is a series of 3D computer graphics and game engines developed by Epic Games, first showcased in the 1998 first-person shooter video game Unreal. Initially developed for PC first-person shooters, it has since been used in a variety of genres of games and has been adopted by other industries, most notably the film and television industry. Unreal Engine is written in C++ and features a high degree of portability, supporting a wide range of desktop, mobile, console, and virtual reality platforms.

<span class="mw-page-title-main">Epic Games</span> American video game company

Epic Games, Inc. is an American video game and software developer and publisher based in Cary, North Carolina. The company was founded by Tim Sweeney as Potomac Computer Systems in 1991, originally located in his parents' house in Potomac, Maryland. Following its first commercial video game release, ZZT (1991), the company became Epic MegaGames, Inc. in early 1992 and brought on Mark Rein, who has been its vice president since. After moving the headquarters to Cary in 1999, the studio changed its name to Epic Games.

<span class="mw-page-title-main">Tim Sweeney</span> American video game developer (born 1970)

Timothy Dean Sweeney is an American video game programmer and businessman. He is the founder and CEO of Epic Games, and the creator of Unreal Engine, a game development platform.

<i>Jazz Jackrabbit</i> Video game series

Jazz Jackrabbit is a series of platform games featuring the eponymous character, Jazz Jackrabbit, a green anthropomorphic hare who fights with his nemesis, Devan Shell, in a science fiction parody of the fable The Tortoise and the Hare. Created by Arjan Brussee and Cliff Bleszinski and developed by Epic Games, the series debuted on MS-DOS in 1994 with Jazz Jackrabbit. The series consists of two PC games and a handheld game.

<span class="mw-page-title-main">Digital Extremes</span> Canadian video game developer

Digital Extremes Ltd. is a Canadian video game developer founded in 1993 by James Schmalz. They are best known for creating Warframe, a free-to-play cooperative online action game, and co-creating Epic Games' Unreal series of games. Digital Extremes is headquartered in London, Ontario. In 2014, 61% of the company was sold to Chinese holding company Multi Dynamic, now Leyou, for $73 million. In May 2016 Leyou exercised a call option and increased their stake to 97% of Digital Extremes for a total consideration of $138.2 million US. In December 2020, Tencent bought Leyou for 1.3 billion dollars, which included the majority stake in Digital Extremes that Leyou held.

<span class="mw-page-title-main">Unreal Engine 4</span> Video game engine

Unreal Engine 4 (UE4) is the fourth version of Unreal Engine developed by Epic Games. UE4 began development in 2003 and was released in March 2014, with the first game using UE4 being released in April 2014. UE4 introduced support or physically based materials and a new visual programming language called "Blueprints." It was succeeded by Unreal Engine 5.

Unreal Engine 1 (UE1) is the first version of the Unreal Engine game engine. It was initially developed in 1995 by Epic Games founder Tim Sweeney for Unreal. Epic later began to license the Engine to other game studios. It was succeeded by Unreal Engine 2.

<span class="mw-page-title-main">Unity (game engine)</span> Cross-platform video game and simulation engine

Unity is a cross-platform game engine developed by Unity Technologies, first announced and released in June 2005 at Apple Worldwide Developers Conference as a Mac OS X game engine. The engine has since been gradually extended to support a variety of desktop, mobile, console, augmented reality, and virtual reality platforms. It is particularly popular for iOS and Android mobile game development, is considered easy to use for beginner developers, and is popular for indie game development.

<i>Fortnite: Save the World</i> Co-op sandbox survival game developed by Epic Games

Fortnite: Save the World is a cooperative hybrid-third-person looter shooter tower defense sandbox survival video game developed and published by Epic Games, part of the game Fortnite. The game was released as a paid-for early access title for macOS, PlayStation 4, Windows, and Xbox One on July 25, 2017, with plans for a full free-to-play release announced in late 2018. Epic eventually opted to move the game to pay-to-play in June 2020. The retail versions of the game were published by Gearbox Software, while online distribution of the PC versions is handled by Epic's launcher.

Unreal Tournament was a first-person arena shooter video game developed by Epic Games. It is the ninth game in the Unreal franchise, the fifth game in the Unreal Tournament series, and the first entry to be released since 2007's Unreal Tournament 3. The game utilizes Epic's Unreal Engine 4 and was released for free on Microsoft Windows, OS X, and Linux. The game was released as an alpha in 2014, but was never completed due to Epic Games' focus on Fortnite Battle Royale.

Steven Polge is a game programmer, most noted for his work on Epic Games' Unreal series of games. Polge was hired by Epic in 1997 after creating the Reaper Bot, which is recognized by Guinness World Records as the first computer-controlled deathmatch opponent. In addition to programming on the franchise, he served as lead designer on Unreal Tournament 3, and has been credited on other Epic titles such as Gears of War, Shadow Complex and Fortnite.

<span class="mw-page-title-main">Psyonix</span> American video game developer

Psyonix LLC is an American video game developer based in San Diego. It was founded in 2000 by Dave Hagewood with the team of his Internet-focused company WebSite Machines. After canceling its first two projects, Psyonix created VehicleMOD, a mod that adds vehicles to Unreal Tournament 2003. The game's developer, Epic Games, subsequently hired the studio to recreate this gameplay for a game mode in Unreal Tournament 2004. Psyonix subsisted off contract work and released its first original game, Supersonic Acrobatic Rocket-Powered Battle-Cars, in 2008. The game was not as successful as anticipated but Hagewood held on to the game's concept and had a small team prototype a sequel while the rest of the company worked on further contract projects. This sequel was released as Rocket League in 2015 and became a commercial success. Epic Games acquired the studio in May 2019.

<i>Paragon</i> (video game) Video game

Paragon was a free-to-play multiplayer online battle arena (MOBA) game developed and published by Epic Games, powered by their own Unreal Engine 4. The game started buy-to-play early access in March 2016, and then launched free-to-play access to its open beta started in August 2016. After failed attempts to make the game sustainable and having trouble keeping a player base, Epic Games made the decision to shut down Paragon servers in April 2018.

Fortnite Battle Royale is a free-to-play battle royale video game developed and published by Epic Games. It is a companion game to Fortnite: Save the World, a cooperative survival game with construction elements. It was initially released in early access on September 26, 2017, for macOS, PlayStation 4, Windows, and Xbox One, followed by ports for iOS, Nintendo Switch, and Android. Epic dropped the early access label for the game on June 29, 2020. Versions for the Xbox Series X/S and PlayStation 5 were released as launch titles in late 2020.

Fortnite is an online video game and game platform developed by Epic Games and released in 2017. It is available in six distinct game mode versions that otherwise share the same general gameplay and game engine: Fortnite Battle Royale, a free-to-play battle royale game in which up to 100 players fight to be the last person standing; Fortnite: Save the World, a cooperative hybrid tower defense-shooter and survival game in which up to four players fight off zombie-like creatures and defend objects with traps and fortifications they can build; and Fortnite Creative, in which players are given complete freedom to create worlds and battle arenas, Lego Fortnite, an open world survival game, Rocket Racing, a racing game, and Fortnite Festival, a rhythm game.

<span class="mw-page-title-main">Epic Games Store</span> Digital video game storefront

The Epic Games Store is a video game digital distribution service and storefront operated by Epic Games. It launched in December 2018 as a software client, for Microsoft Windows and macOS, and online storefront. The service provides friends list management, game matchmaking, and other features. Epic Games has further plans to expand the feature set of the storefront but it does not plan to add as many features as other digital distribution platforms, such as discussion boards or user reviews, instead using existing social media platforms to support these.

<i>Fortnite Creative</i> 2018 sandbox video game

Fortnite Creative is a sandbox game, developed and published by Epic Games, part of the video game Fortnite. It was released on December 6, 2018, for Android, iOS, macOS, Nintendo Switch, PlayStation 4, Windows, and Xbox One, and in November 2020 for PlayStation 5 and Xbox Series X/S.

<i>Epic Games v. Apple</i> 2020 U.S. lawsuit

Epic Games, Inc. v. Apple Inc. was a lawsuit brought by Epic Games against Apple in August 2020 in the United States District Court for the Northern District of California, related to Apple's practices in the iOS App Store. Epic Games specifically had challenged Apple's restrictions on apps from having other in-app purchasing methods outside of the one offered by the App Store. Epic Games's founder Tim Sweeney had previously challenged the 30% revenue cut that Apple takes on each purchase made in the App Store, and with their game Fortnite, wanted to either bypass Apple or have Apple take less of a cut. Epic implemented changes in Fortnite intentionally on August 13, 2020, to bypass the App Store payment system, prompting Apple to block the game from the App Store and leading to Epic filing its lawsuit. Apple filed a countersuit, asserting Epic purposely breached its terms of contract with Apple to goad it into action, and defended itself from Epic's suit.

Unreal Editor for Fortnite, or UEFN is a specialized version of Unreal Engine released in 2023 tailored for creating and editing UGC content within Fortnite, a popular online video game developed by Epic Games. UEFN integrates the functionalities of Unreal Engine with aspects of Fortnite, allowing for a more comprehensive experience than it's predecessor Fortnite Creative.

References

  1. Statt, Nick (May 13, 2020). "Epic Games announces Unreal Engine 5 with stunning PlayStation 5 demo". The Verge . Archived from the original on March 21, 2022. Retrieved December 11, 2020.
  2. 1 2 3 4 5 6 Takahashi, Dean (May 13, 2020). "Epic Games: Unreal Engine 5 will bring a generational change to graphics". Venture Beat . Archived from the original on February 16, 2022. Retrieved May 13, 2020.
  3. Makuch, Eddie (May 26, 2021). "Unreal Engine 5 Gets Stunning Demo With Incredible Graphics, Enters Early Access". GameSpot . Archived from the original on December 28, 2021. Retrieved May 26, 2021.
  4. Sinclair, Brendan (April 6, 2022). "Epic launches Unreal Engine 5". GamesIndustry.biz . Archived from the original on April 7, 2022. Retrieved April 5, 2022.
  5. Statt, Nick (May 13, 2020). "Epic CEO Tim Sweeney says the PS5 is so impressive it's 'going to help drive future PCs'". The Verge . Archived from the original on May 13, 2020. Retrieved May 13, 2020.
  6. Takahashi, Dean (May 13, 2020). "Epic Games shows off a stunning Unreal Engine 5 demo on PlayStation 5". Venture Beat . Archived from the original on May 18, 2020. Retrieved May 13, 2020.
  7. Maher, Cian (May 16, 2020). "Unreal Engine 5 will be "fully supported on both PS5 and Xbox Series X"". VG247 . Archived from the original on May 16, 2020. Retrieved May 16, 2020.
  8. Bailey, Dustin (May 13, 2020). "Fortnite moves to Unreal Engine 5 next year". PCGamesN . Archived from the original on September 25, 2020. Retrieved May 13, 2020.
  9. "Battle-testing Unreal Engine 5.1's new features on Fortnite Battle Royale Chapter 4". unrealengine.com.
  10. Capel, Chris (December 5, 2021). "Fortnite has finally moved to Unreal Engine 5 with Chapter 3". PCGamesN . Archived from the original on December 5, 2021. Retrieved December 5, 2021.
  11. "Welcome to Fortnite Battle Royale Chapter 4 Season 1". Fortnite . Archived from the original on February 13, 2023. Retrieved February 13, 2023.
  12. Egan, Toussaint (December 9, 2021). "The Matrix Awakens imagines the future of storytelling in Unreal Engine 5". Polygon . Archived from the original on December 10, 2021. Retrieved December 9, 2021.
  13. Games, Epic. "Project Titan Announcement - Epic Games". Archived from the original on March 7, 2024.
  14. 1 2 Valentine, Rebekah (May 13, 2020). "Epic Games announces Unreal Engine 5 with first PS5 footage". GamesIndustry.biz . Archived from the original on May 20, 2020. Retrieved May 13, 2020.
  15. Tarantola, Andrew (May 13, 2020). "Epic Games teases its new, nearly-photorealistic Unreal Engine 5". Engadget . Archived from the original on May 13, 2020. Retrieved May 13, 2020.
  16. 1 2 3 4 5 Orland, Kyle (May 14, 2020). "How Epic got such amazing Unreal Engine 5 results on next-gen consoles". Ars Technica . Archived from the original on May 14, 2020. Retrieved May 14, 2020.
  17. 1 2 3 Tyler, Wilde (13 May 2020). "Fast SSD storage is key to the Unreal Engine 5 demo's super detailed scenes". PC Gamer.
  18. 1 2 3 Karis, Brian. "Nanite; A Deep Dive" (PDF). realtimerendering.com.
  19. McWhertor, Michael (May 13, 2020). "Here's Unreal Engine 5 running on the PlayStation 5". Polygon . Archived from the original on May 13, 2020. Retrieved May 13, 2020.
  20. 1 2 Battaglia, Alex (28 October 2023). "Brilliant visuals and growing pains: examining the first generation of Unreal Engine 5 games". Eurogamer.net.
  21. "Virtual Shadow Maps". Unreal Engine Docs. Archived from the original on February 7, 2022. Retrieved 2022-02-07.
  22. Dimitrov, Rouslan. "Cascaded Shadow Maps" (PDF). Archived (PDF) from the original on January 15, 2022. Retrieved February 7, 2022.
  23. Sergeev, Arti (26 July 2022). "Working with Niagara Fluids to Create Water Simulations". 80.lv.
  24. Kerr, Chris (February 10, 2021). "Epic Games' new MetaHuman Creator will let devs everywhere build high fidelity humans". Game Developer. Archived from the original on February 22, 2022. Retrieved February 22, 2022.
  25. Takahashi, Dean (March 30, 2021). "Epic Games teams up with Cesium to bring 3D geospatial data to Unreal". Venture Beat . Archived from the original on March 30, 2021. Retrieved March 30, 2021.
  26. Kerr, Chris (March 9, 2021). "Epic Games acquires photogrammetry software developer Capturing Reality". Game Developer. Archived from the original on February 22, 2022. Retrieved February 22, 2022.
  27. Francis, Bryant (January 7, 2021). "Epic acquires RAD Game Tools". Game Developer. Archived from the original on January 7, 2021. Retrieved February 22, 2022.
  28. "Unreal Engine EULA". Unreal Engine. Archived from the original on January 5, 2024. Retrieved 2024-01-05.
  29. Machkovech, Sam (May 13, 2020). "Unreal Engine is now royalty-free until a game makes a whopping $1 million". Ars Technica . Archived from the original on May 13, 2020. Retrieved May 13, 2020.
  30. Francis, Bryant (October 6, 2023). "Epic Games to update Unreal Engine pricing for devs outside game industry". Game Developer . Archived from the original on October 5, 2023. Retrieved October 6, 2023.
  31. Scullion, Chris (March 12, 2024). "Epic confirms its new Unreal Engine pricing, keeps its promise not to change it for game developers". Video Games Chronicle . Archived from the original on March 13, 2024. Retrieved March 12, 2024.