After filtering an array I want to be able to delete the filtered objects from the source array. Currently I filter the array and delete the items but it doesn’t delete the objects from the correct indexes of the source array. Is there a good function for doing this? It seems I need to track the source array index.