Filters
This filter will remove (or keep) any Actors that do not inherit from the provided class.
This filter doesn't actually filter anything out, but is meant to be arrange the data so that it can be manipulated by other filters. For example, if you only wanted the closest (up to) 3 Actors, you would run this filter and then follow it up with a Max Targets filter set to 3.
This filter limits the number of Actors that can be returned.
Filters out the Ability Context Self Actor.
Filters out the Ability Context Instigator Actor
Filters out the Ability Context Owner Actor
This filter will call into the Ability's CustomFilterCondition Blueprint Event for each Actor under consideration. If the event returns false, the Actor is culled.