When you try to write Nanite meshes to the RVT, you get an error about Nanite not supporting writing to the RVT. However - when I enable Nanite landscape, RVTs still work. The landscape is still rendered to the RVT, and other meshes can still read from it. So…what’s happening here? Does the landscape do something special that other Nanite meshes are incapable of doing?
Hello, apologies for the UE Fest induced delay!
While we do have a special case for landscape we just render a grid into the RVT, for any other non-landscape Nanite meshes we recommend you manage that with a separate component that renders the fallback mesh to the RVT only.