Nanite foliage static meshes do not respect the "foliage.MaxEndCullDistance" console variable setting. This was brought up in a UDN: [Link Removed] ...
When selecting an asset in a level instance that is being edited via LevelInstance/Edit, the silhouette of the object is visible through occluding nanite meshes. This has the effect of disabling th ...
If Nanite data becomes corrupt in the DDC, the Editor may crash in FStreamingManager::InstallReadyPages() when the Pending.State is FPendingPage::EState::DDC_Ready but the resulting SrcPtr is null b ...
Reported by a licensee. More discussion in the linked UDN case. "Sometimes the WorldPartitionBuilderCommandlet will fail after encountering this error:" Error: Assertion failed: HierarchyNodeIndex ...
When the Lit > Actor Coloration > Affects Navmesh or other Actor Coloration mode is used, Nanite meshes apply lighting differently than non-Nanite meshes which can make it difficult to use the Actor ...
The base color is brighter on Nanite meshes than non-Nanite meshes when GBuffer Format is set to "Force 16-bits per channel" (r.GBufferFormat 5) even though the meshes are using the same material. ...
In 5.4.3, a nanite enabled mesh with a material that takes its vertex color (R) and uses it as the opacity mask output in a masked blend mode material, causes the mesh to have disappearing polygons ...
NaniteBuilder uses an int8 type for ExternalEdges and counts adjacency with a int32. The bug stems for the cast to int8 when adding the adjacency count into the ExternalEdges array. The precision l ...