Can InstancedStaticMeshes have individual collision/hit events and if so, how do you enable it?

I managed to achieve this in BP by simply creating a box physics component for each instanced mesh when the world is generated. The fact that all my meshes are cubes made it a bit easier.