Thats very strange, try setting it so instead of greater than it is greater than or equal to 1. If that doesnt work your array definitely isn’t empty.
Is you player character using the same pawn class as your enemy? it will overlap with the capsule then. Try making a custom channel for EnemyPawn. Or only add it to tthe array if it ‘DoesNotEqual’ your player pawn.