I found the easiest solution was to get all of the actors in an array, save it as a separate temporary variable and remove the current actor in the loop. Then I use that as the ignore actor list. Not super pretty but it works very well.
For my purposes this is fine but it doesn’t take into account level geometry so it’s not a perfect solution by any means.