How to get an actor's level and species in a blueprint?

I have an array of nearby actors. I want to pare that array down to only actors who match the species of whichever creature is calling this blueprint, and I want to find out which of the actors in that array is the highest level. How can I do this?