Some models don't immediately disappear when being destroyed, mostly splats. Try to set its Visibility before you destroy it.
Reset your Events to default
Copy the last event (ActorOrphan -> Destroy)
Change the first of the 2 identical events (the grey one) to ActorOrphan -> SetVisibility 0
This might sound strange, but the order is important. You cannot just add the visibility after the destruction. If you try to set the visibility after the actor is already destroyed, it would have no effect.
Some models don't immediately disappear when being destroyed, mostly splats. Try to set its Visibility before you destroy it.
This might sound strange, but the order is important. You cannot just add the visibility after the destruction. If you try to set the visibility after the actor is already destroyed, it would have no effect.