In this case you should handle the level loading yourself. When you trigger the level to load and the items spawn, save a ref to each spawned object in an array. When you trigger the unload, run your spawn ref array through a for each node destroying the actors. Then off the Completed pin of the for each loop clear the array so it is clean for the next world load.
If needed I can mock this up tomorrow and attach a picture.