Targeting Component {{ currentPage ? currentPage.title : "" }}

This component is responsible for the targeting of enemies in any given area. the base functionality is what is everyone used to. it simply selects the target that is closest to the center of the camera for the player.

The picking parameters depend on the variables shown in the left.

it will also depend on the “can be targeted” variable that you can see in “BP_TargetingComponent” that is provided in the plugin.

It replies on the Actor gameplay tag, and that will is changed in the character BP as shown below:

{{{ content }}}