Character Array/Map Selection

Assuming your array called Party Members is an array of Explore Character classes, define a shouldSpawn? bool or something of the sort in that class. Set it true or false as needed via editor or runtime.

When you drop into that for loop, before you spawn, you can get the instance of your Explore Character class in the array at current index, get the value of the shouldSpawn?, and branch accordingly.