Epic Games Details Unreal Engine 6: A Push for Generative AI and an Interoperable Metaverse
Epic Games has unveiled its roadmap for Unreal Engine 6, focusing on integrating generative AI models like Claude and Gemini while building a cross-game digital economy.
By Factlen Editorial Team
- Epic Games Leadership
- Views Unreal Engine 6 as the foundational infrastructure for an open, interoperable metaverse where AI accelerates creativity.
- Traditional Game Developers
- Excited by the performance gains but concerned about the steep learning curve of migrating to a new programming language.
- AI Skeptics & Creatives
- Wary of generative AI encroaching on creative design work, despite assurances that the tools are optional.
- Metaverse Competitors
- Defending their established user-generated content ecosystems against Epic's aggressive push for open interoperability.
What's not represented
- · Independent 3D Artists
- · Console Manufacturers (Sony/Nintendo)
Why this matters
Unreal Engine powers a massive portion of the global video game and film industries. By baking AI and cross-game asset sharing directly into its foundation, Epic is fundamentally changing how digital worlds are built and monetized.
Key points
- Epic Games has detailed Unreal Engine 6, targeting an early access release in late 2027.
- The new engine focuses heavily on cross-game interoperability and generative AI integration.
- Developers will be able to use AI models like Claude and Gemini to automate tedious tasks like rigging and level design.
- Epic aims to create a 'shared economy' where digital assets, like Fortnite cosmetics, can be used in third-party games.
- The engine will undergo a massive technical shift, replacing C++ and Blueprints with the Verse programming language.
At Unreal Fest in Chicago this week, Epic Games pulled back the curtain on Unreal Engine 6, signaling a massive paradigm shift for the video game industry. While Unreal Engine 5 is still relatively new—having launched in 2022 to deliver unprecedented graphical fidelity—the company is already laying the groundwork for its successor.[1][8]
The upcoming iteration, targeted for an early access release in late 2027, is not primarily focused on pushing polygon counts higher. Instead, Epic is pivoting toward two massive industry trends: generative artificial intelligence and cross-game interoperability.[2][6]
According to Marcus Wassmer, Epic’s executive vice president of development, the engine is designed to fundamentally change how developers ship and operate games. Where previous engine upgrades focused on building prettier worlds, Unreal Engine 6 is focused on connecting them.[5][8]
At the heart of this vision is a concept Epic CEO Tim Sweeney has championed for years: the interoperable metaverse. Epic wants to break down the "walled gardens" of individual video games, allowing content, code, and digital economies to flow seamlessly between different titles and platforms.[3][4]

The most immediate example of this interoperability will be cosmetic items. Epic plans to open up Fortnite’s cosmetic base system, allowing developers to let players use their purchased Fortnite outfits in entirely different, third-party games built on Unreal Engine 6.[3][4]
Conversely, developers will be given the tools to build outfits and assets for their own games that can simultaneously function inside Fortnite. Epic refers to this as the first step toward a "shared economy for smart assets," where a player's digital purchases retain value across multiple virtual worlds.[4][8]
This strategy places Epic in direct competition with user-generated content behemoths like Roblox and Microsoft’s Minecraft. By offering a high-fidelity, professional-grade engine that also supports seamless ecosystem integration, Epic hopes to lure both AAA studios and solo creators into a unified network of connected games.[2][3]
This strategy places Epic in direct competition with user-generated content behemoths like Roblox and Microsoft’s Minecraft.
To make building these massive, interconnected worlds feasible, Epic is heavily integrating generative AI into the core of Unreal Engine 6. Through a new Model Context Protocol (MCP) plugin, developers will be able to hook large language models directly into their development environment.[1][5]
Epic has already announced integrations with leading AI models, including Anthropic’s Claude and Google’s Gemini. During a live demonstration, the company showed how a developer could use a text prompt window to ask Claude to furnish a virtual apartment. The AI instantly pulled appropriate 3D objects from an asset library and populated the room.[1][6]

The AI integration goes beyond simple object placement. Developers can use natural language to alter the time of day, adjust complex lighting setups, or even use a static reference photo to generate a matching 3D environment.[1][4]
Epic is positioning these AI tools as "creativity and productivity multipliers." The goal is to automate the tedious, time-consuming manual labor of game development—such as setting up character rigs, skinning bone weights, and configuring particle systems—so developers can focus on high-level creative decisions.[5][8]
Acknowledging the controversy surrounding AI in creative fields, Epic stressed that the use of large language models in Unreal Engine 6 will be entirely optional. Developers will retain final manual control over any AI-generated outputs, and studios can choose to bypass the MCP plugin entirely if they prefer traditional workflows.[6][8]
Beyond AI and interoperability, Unreal Engine 6 will introduce a sweeping technical overhaul that is already dividing the development community. Epic plans to gradually deprecate the long-standing "Actors" and "Blueprints" systems that have defined Unreal Engine for a decade.[5][7]
In their place, the engine will utilize a new "Scene Graph" framework and shift its primary programming model to Verse, a language originally developed for the Unreal Editor for Fortnite (UEFN).[5][7]

While Epic promises that Verse will increase the accessibility of game programming and allow code to scale more efficiently, veteran developers face a steep learning curve. Transitioning deep-lying systems like material pipelines and gameplay frameworks from Unreal Engine 5 to 6 will require significant re-engineering for existing studios.[7][8]
How we got here
2014
Epic Games releases Unreal Engine 4, opening the engine to a broader range of developers.
April 2022
Unreal Engine 5 launches, introducing massive leaps in graphical fidelity with technologies like Nanite and Lumen.
March 2023
Epic introduces the Unreal Editor for Fortnite (UEFN) and the Verse programming language.
June 2026
Epic officially details Unreal Engine 6 at Unreal Fest, releasing experimental AI plugins for UE 5.8.
Late 2027
The projected window for Unreal Engine 6 to enter early access.
Viewpoints in depth
Epic's Interoperability Vision
Epic believes the future of gaming lies in connected ecosystems rather than isolated products.
Tim Sweeney and Epic's leadership argue that the era of the 'walled garden' is ending. By allowing assets, code, and economies to flow freely between games, they believe players will be more willing to invest time and money into digital goods. This interoperability is seen as the foundational layer of a true metaverse, where a single purchase holds value across countless virtual worlds.
The Developer Migration Challenge
Veteran developers face a steep learning curve as Epic deprecates familiar tools.
While the promise of Unreal Engine 6 is vast, the technical reality of migrating from UE5 is daunting. Epic is replacing the foundational C++ and Blueprints systems with the newer Verse programming language and a Scene Graph framework. For studios with years of institutional knowledge built around the old systems, this represents a massive, costly re-engineering effort, even with Epic's promised conversion tools.
AI as a Productivity Multiplier
Proponents see AI as a way to eliminate drudgery, while skeptics fear job displacement.
Epic is framing its integration of Claude and Gemini as a purely additive tool—a way to automate the tedious, manual labor of game development like skinning bone weights or placing background props. However, some artists and designers remain wary that these 'multipliers' could eventually be used by studios to shrink team sizes, despite Epic's insistence that developers will always retain final creative control.
What we don't know
- How rival platforms like Steam, Apple, and Roblox will respond to Epic's push for an interoperable, cross-platform economy.
- Whether veteran developers will embrace the shift to the Verse programming language or resist the deprecation of familiar tools.
- How the economics of the 'shared asset' model will work in practice, including revenue splits between Epic and third-party studios.
Key terms
- Model Context Protocol (MCP)
- A plugin system that allows developers to connect external AI models, like Claude or Gemini, directly into their software environment.
- Interoperability
- The ability for different video games, platforms, and digital economies to seamlessly share content, code, and user assets.
- Verse
- A programming language created by Epic Games designed to be highly scalable and accessible, set to become the standard for Unreal Engine 6.
- Scene Graph
- A new structural framework in UE6 that organizes 3D data and game logic, replacing the older 'Actors' and 'Blueprints' systems.
Frequently asked
When will Unreal Engine 6 be released?
Epic is targeting an early access release in late 2027, with a full launch expected 12 to 18 months later.
Will Unreal Engine 6 force developers to use AI?
No. Epic has stated that the generative AI features, powered by models like Claude and Gemini, are entirely optional.
What is the Verse programming language?
Verse is a new programming language developed by Epic, originally for Fortnite, that will replace C++ as the primary scripting language in UE6.
Can I use my Fortnite skins in other games?
That is Epic's goal. UE6 aims to allow developers to support Fortnite cosmetics in their own third-party games, and vice versa.
Sources
[1]EngadgetAI Skeptics & Creatives
Epic Games details how it's embracing generative AI in Unreal Engine
Read on Engadget →[2]PC GamerMetaverse Competitors
Epic reveals first Unreal Engine 6 game, and it's not Fortnite
Read on PC Gamer →[3]The VergeEpic Games Leadership
Epic wants to let you bring your Fortnite skins to other games
Read on The Verge →[4]EurogamerMetaverse Competitors
Epic Games has detailed Unreal Engine 6
Read on Eurogamer →[5]Game DeveloperTraditional Game Developers
Major changes to Unreal Engine include a change of programming model
Read on Game Developer →[6]ViceAI Skeptics & Creatives
Claude and Gemini are coming to Unreal Engine 6
Read on Vice →[7]Digital FoundryTraditional Game Developers
Here's our initial reaction to the Unreal Engine 6 reveal
Read on Digital Foundry →[8]Unreal Engine BlogEpic Games Leadership
A first look at Unreal Engine 6
Read on Unreal Engine Blog →
Every angle. Every day.
Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.








