Targeting
Targeting is a system available to Abilities that allows them to use shape based queries of the world, followed by a set of filters to try and find any and all valid targets.
Below are all the various Targeting shapes.
Calls the Ability's FindTargets method and uses the Actors in the FoundTargets array as the targets (copying them into the Ability context). You can use this method to execute your own Targeting logic, or to hook an already existing Targeting system into Able.
Returns the Instigator of the Ability.
Returns the Owner of the Ability.
Returns the Actor who is executing the Ability (this is not always the same as the Owner Actor).