How do I use arrays to limit SphereTracing?

Trying to hit the character only once instead of multiple times

Add all hit actors into an array, and check if an actor is already contained in the array before doing anything with it.