Display amount of enemies remaining

If you use an counter, then the cost is just 1 operation.

If you use GetAllActorsOfClass or GetAllActorsWithTag then:
1 - iterate through all actors in the game;
2 - save the matched references in an array;
3 - determine the size of the array.
So it’s not only expensive in terms of cpu but also in terms of memory,