How to remove from array during play?

I am trying to figure out simply how, during gameplay, the blueprint can say Branch"If Array is > 100" Delete first 50 entries.

you could probably do it with a reverse for each loop. if you wanted to eliminate the last indexes then you would use set array length