Frequently Asked Questions
What is new in Unreal Engine 5.8?
Unreal Engine 5.8 makes Megalights production ready for large-scale dynamic lighting, introduces an experimental Mesh Terrain system for full 3D landscape sculpting, adds a lightweight Lumen Light mode, improves shader compilation and PSO pre-caching to reduce hitches, and ships a markerless motion capture plugin for MetaHuman Animator.
What is Megalights in Unreal Engine?
Megalights is Unreal Engine's system for rendering thousands of dynamic, shadow-casting lights and area lights in a scene at a fixed performance cost. In Unreal Engine 5.8 it becomes production ready, letting artists light complex scenes without the heavy performance budgeting dynamic lighting used to require.
What is Mesh Terrain and how is it different from landscapes?
Mesh Terrain is a new, experimental terrain authoring system introduced in Unreal Engine 5.8. Unlike traditional height-map landscapes, which only let each point move in one direction on a fixed grid, Mesh Terrain is fully mesh-based, so it supports overhangs, tunnels, floating islands, triangle-level tessellation, and non-destructive, procedural editing.
How does Unreal Engine 5.8 reduce shader-related hitches?
Unreal Engine 5.8 sharpens the shader compiler and improves deduplication to cut redundant compilation work, and it improves pipeline state object (PSO) pre-caching so fallback rendering is far less visible while PSOs finish compiling. Together these changes reduce runtime hitches and shorten cook and load times.