How to force an actor array to recognize a class

If I understood correctly, I think what you need to do is do a for each loop on your Actors array, and then drag from the array element pin and cast to Enemy Jump. If that cast succeeds, it means that the current array element is an Enemy Jump actor, and, you can then call your Swift Kill function on it.