Interact with destructible mesh after its been destroyed?

So I’ve set up a system for picking up objects, you know, “E to interact”. It uses a line trace and then picks up the hit component. I’ve also set up a model with destructible capabilities. I’m able to pick up the destructible mesh, but only before its been destroyed. The moment it’s destroyed, even if the traces successfully hit, I cant pick up any of it. My question is this, how do I interact with it after destruction? And if possible, can i pick up the individual destroyed pieces?

Did you ever figure it out?