I’m trying to get some clarity on how instancing works with Packed Blueprints. Specifically when the game needs to load identical resources when it encounters two or more BPP’s with shared assets.
The use case I have in mind is taking large, nanite meshes and using them like tiles in an open world environment where there will be restricted flying. So there might come a time when the world has loaded an instance or two of a mesh in maybe a 6 x 6 grid, then while the player is traveling they encounter the same meshes in another grid immediately next to it. It would make sense for the engine to realize both BPP’s are sharing the same mesh and/or materials.
Does this work out of the box? Not sure how to test it. Thanks!