PCG Destroy Actor

I’m using PCG to create objects on a desktop surface, our game uses a destruction system for the player to be able to destroy the environment. Cannot figure out how to attach the meshes or actors spawned by the PCG graph to the object so that they are destroyed when the actor itself is destroyed, they destroy if I delete the object in editor but not during run time. Any help would be appreciated!