![[Session Report] Unreal Engine 5.8 Latest Update Complete Roundup #CEDEC2026](https://images.ctfassets.net/ct0aopd36mqt/5L0LdMnL6vvm3iyLUBor5I/23a209b62a40af938e8edddf48d73233/cedec2026.png?w=3840&fm=webp)
[Session Report] Unreal Engine 5.8 Latest Update Complete Roundup #CEDEC2026
This page has been translated by machine translation. View original
Introduction
This is a report from a session I attended at CEDEC2026. Unreal Engine 5.8 features updates across a wide range of areas, including rendering, world creation, animation, and mobile development. This session provided an organized overview of its major new features and improvements.
The session overview is as follows.
- Title: Unreal Engine 5.8 Latest Updates Complete Review
- Speakers: Yutaro Sawada, Kenjiro Kuwano (both from Epic Games Japan G.K., Developer Relations)
- Date and Time: July 22, 2026, 15:00–16:00
- Venue: Hall 12

Graphics and Lighting Enhancements
In the graphics area, MegaLights was introduced as a feature for efficiently handling large numbers of lights. A comparison of on and off states demonstrated an example where the rendering cost in a certain scene dropped from approximately 134 milliseconds to about 13 milliseconds. While it allows handling many lights at a realistic cost, noise and ghosting may occur with complex lighting, and it was noted that preparing fallback meshes for ray tracing is important.
In addition, improvements such as refinements to Lumen's final gathering and expanded functionality for the mobile renderer were covered broadly under rendering-related enhancements.

World Creation and Workflow Improvements
In world creation, the Experimental feature Mesh Terrain made its appearance. Separate from the conventional Landscape, it is a dedicated mode for creating and editing large-scale terrain based on meshes, excelling at complex shapes such as cliffs and caves. It was explained that Landscape continues to be recommended for general terrain, while Mesh Terrain is positioned for use specifically with complex shapes.
On the workflow side, Incremental Cooking—which re-cooks only modified assets and their dependencies—has become the default in UE5.8, helping to reduce build times. In addition, a wide range of improvements supporting production were introduced, including enhancements to animation rigging and retargeting, new features in the CI infrastructure Horde, and additions to Unreal Insights.

Integration with AI
New AI-related features were also introduced. One is the Experimental Unreal MCP. It connects an LLM to the Unreal Editor via MCP (Model Context Protocol), allowing operations such as asset creation, placement in levels, and Blueprint editing to be performed in natural language from tools like Claude Code or Cursor.

The other is Semantic Search. This feature enables searching for assets using natural language keywords such as "character" or "green." Since it works by sending thumbnails and metadata to OpenAI's Vision model, it was noted that care should be taken regarding the transmission of data to external services.

Impressions
Through the session, I felt that UE5.8 has been improved across an extremely wide range of areas, from rendering and world creation to workflows. In particular, the reduction in cost through MegaLights and the AI integration via Unreal MCP seem likely to have a significant impact on production environments.