Epic Games Unveils Unreal Engine 6 Vision Unifying UE5 and UEFN Through Verse Language Scene Graph and Model Assisted Development
Epic Games has announced the long term vision for the next major iteration of their development suite: Unreal Engine 6. Marcus Wassmer, the leader of the UE5 development team, detailed this vision as unifying the existing parallel development paths for UE5 and the Unreal Editor for Fortnite (UEFN) into a single integrated ecosystem. This is a fundamental shift beyond graphical rendering toward a complete rebuilding of how massively scaled interactive worlds are created, distributed, and operated across the planet.
The core of the new technical vision for Unreal Engine 6 lies in a new gameplay framework known as Scene Graph, implemented through a new language: Verse. Verse is the future programming language of the company and will manage a persistent large scale virtual space that supports global state transactions natively within the runtime. This works through a unique form of software transactional memory where C++ code is made transactional through the custom LLVM compiler. This model enables a distributed STM where code written as though it were a single machine can be automatically distributed to multiple servers. If the required object is being processed by another server in the cluster, the runtime rolls back the current transaction, migrates the asset, and restarts the transaction. This completely removes the need for manual networking and database synchronization and permits global player state to be saved to global maps, entirely avoiding the need for backend databases.
The second key aspect of UE6 is the portability of content and code across different games and engines. This will be implemented through open specifications, with glTF and USD already natively supported in UE6. For areas lacking established industry standards, Epic intends to release its own systems as open specifications and Verse APIs and have specified asset formats so that third party studios can create compatible content. For example, the initial proof of concept for this portable asset system will involve Fortnite cosmetics, making the base system an open UE6 module. This means that currently existing outfits can be used in virtual spaces outside of Fortnite and that third party studios can develop assets natively inside the game itself. This will usher in a shared economy of smart assets (content with logic and code, which travels with the asset across entirely different game engines) that will respect the player's purchases and investments.
To alleviate some of the manual work of content creation, UE6 integrates advanced model assisted workflows. Developers will be able to connect leading models such as Claude and Gemini through the Model Context Protocol, enabling automated level design, character rigging, and skinning of bone weights. Epic is also integrating an Epic Developer Assistant to help developers. Epic reports internal success using code generation to enable fast database indexing, automated crash root cause analysis and automated test generation. UE6 will transition current projects forward seamlessly, supporting legacy Actors and Blueprints, before ultimately phasing them out in favor of Scene Graph at maturity. The goal is an Early Access build near the end of 2027 with a full commercial release 12 18 months later. This process is currently being tracked live on a public GitHub stream that updates concurrently with development efforts.
