I really don’t like using “get all actors of class”, but if you must, why not just check if the returned array is empty to know if there are enemies left?
If this node returns an array of all BP_Enemies, and all of them are destroyed, wouldn’t that return an empty array?