GGS Blog
GGS Blog
LIVE
~//news/2026-06-24-unreal-engine-6-verse-replaces-cpp
[DEV]JUNE 24, 2026·21 HOURS AGO·JUST IN

Unreal Engine 6 Makes Verse, Not C++, the Default for Gameplay

▸ THE LEAD

Epic officially announced UE6 at State of Unreal 2026, making Verse, not C++, the default for gameplay logic. Verse is a transactional language built for massive persistent worlds.

Epic Games announced Unreal Engine 6 at State of Unreal 2026, and the headline change isn't the renderer — it's the programming model. UE6 replaces C++ as the default for gameplay logic with Verse, a transactional language Epic has been developing to support persistent worlds with thousands of concurrent contributors editing and playing simultaneously. C++ remains available for engine-level work, but Epic is clearly steering new gameplay work toward Verse. The pitch is that Verse's transactional semantics handle the multiplayer and live-service edge cases that C++ makes developers manage manually. A single UE6 codebase is also designed to deploy across traditional platforms, Fortnite, and multi-product live ecosystems without forking. For studios already deep in C++, this is a significant transition cost. For studios building new live-service games from scratch, it's a genuinely different toolset than anything Unity or the previous Unreal generations offered.

— END TRANSMISSION —