This looks to be an issue with shadows in Lumen Direct Lighting, and might be coming from the "Batched lights" pass. ...
Workaround 1: 1. Change HierarchicalInstancedStaticMesh.cpp in either of the following ways:void{{ FHierarchicalStaticMeshSceneProxy::GetDynamicMeshElements(const TArray<const FSceneView*>& Views, c ...
This isn't a hard crash, but a "verify(...)" from MaterialExpressions.cpp, line 559. ...
It looks like the SSAO shader does not clamp its sample space to the half view size for the two inputs "Ambient Occlusion" and "AmbientOcclusionSetup", leading to invalid data entering the edge of f ...
The crash can be worked around by modifying FFoliageISMActor::Serialize as following code : void FFoliageISMActor::Serialize(FArchive& Ar) { #if WITH_EDITORONLY_DATA if (!Ar.IsCooking()) // ...
If an attempt to spawn an actor is made before the Level Editor Viewport is fully initialized (i.e. before it has had a chance to get rendered at least once), and that actor has no specific Factory ...
a fix was proposed in the UDN but it needs to be tested and revised ...
When editing a level with many actors (1000+), deleting an actor results in a noticeable hitch: the editor becomes unresponsive for seconds. This hitch becomes longer the more actors are loaded and ...