How to destroy an AI character when touching player?

What I would like to understand is some basic A.I functions. Using the Third Person Template, I have an AI Character that follows the player character. How would I go about destroying the A.I. once it touches the player?

Hello,

To get started, take a look here: Overlap Events

If all you want is for the AI to be destroyed when touching the player, you can use an Overlap Event which is followed by a Destroy Actor node (granted this is very basic, but will get you started).

-W