For Each Loop Array not compatible with actor reference

Probably your Battle Actors array is not actually array of actors but BP_Character_Base.
You can either change your array to be an array of actors, or cast your actor to BP Character before adding it to an Array, like so: