Summary When Nanite Tessellation (Nanite Displacement) is enabled on a Landscape in UE 5.7.3, scaling the Displacement value via Multiply nodes in the material graph causes floating terrain ghost a ...
Unlike non-Nanite Skeletal Meshes, Nanite-enabled Skeletal Meshes do not correctly respond to the Show flag passed via ShowMaterialSection(). Consequently, the Isolate checkbox for material slots in ...
Nanite tessellation, only supports calculating displacement in local space and everything gets scaled with the object scale, which is often undesirable. If the camera enters inside the area allocate ...
The issue appears to be caused by a mismatch in the value returned by GetResourceSizeBytes(EResourceSizeMode::Exclusive) between InitResources() and ReleaseResources(). At InitResources(), the repo ...
Nanite Tessellation displacement direction is incorrect for landscapes with non-uniform scales. It seems to use the normal from the unscaled landscape, which can result in the displacement causing t ...
Nanite::BuildShadingCommands() launches two asynchronous tasks: ShadingCommands.SetupTask ShadingCommands.BuildCommandsTask BuildCommandsTask is responsible for modifying ShadingCommands.Commands ...
Nanite meshes only cast virtual shadow maps and do not cast any distance field shadows, regardless of the distance of the shadow casting mesh to the camera. ...
From licensee: I’ve found an issue with the visualization of PlayerCollisions when using LandscapeSplineMesh with a mesh that has Nanite enabled. The Chaos collisions shown in the Chaos Visual Debu ...
Picking a material of a section of a Nanite enabled mesh will not work correctly, while the same picking logic works fine for non-Nanite meshes. On Nanite meshes, the reported section index seems to ...
Nanite enabled skeletal meshes don't work with materials containing a vertex color node. The vertex color material does work for non-Nanite skeletal meshes and Nanite-enabled static meshes. ...