Is it possible to retrieve a physical material from a simple collision with an instanced mesh?

We have a set of material instances that are used throughout our game. Each one of them has their PhysicalMaterial setup correctly, and box checked for the shader to work with instanced meshes. Getting collision results allows us to retrieve the physical material in all cases, other than instanced meshes.
Is this data not retrievable in the case of instancing?