Destroy Actor issue in Level Streaming

For some reason when I make and actor get destroyed it destroys all Streaming Levels as well except for the main level. I’ve tried allot of things but it always ended destroying the collision that spawns them,

I tried it in a normal level and it don’t do that so something really wrong here.

Here’s the Blueprint I’m using that makes the issue.

Hello The10004,

Can you tried “Cast to YourCharacter”. In this way only overlap your character.

200516-cast.png

I did that and it still destroys all the Streaming Levels.