Enemy AI Unable to Damage me with Apply Damage.

I have been trying for hours to get the AI in my level to do damage to me but I am not having any luck.

If anyone wouldn’t mind to take a look at my blueprint and see if they notice where a problem is I would appreciate it.

I have traps in the level that damage me, I can apply damage to myself and it works as intended. I can also do damage to the AI and destroy it. However it can’t do anything to me.

The AI does start chasing me when I come in its range, and it does play the animation correctly. If you need any other images let me know please.

You can put some debug code ( print string ) in at various points to see what’s happening.

In the meantime, it’s probably here

image

  1. Draw a debug sphere to check this is happening where you think it’s happening.

  2. What are the object types?

  3. Print the out actors, is your player in there ( I suspect not ).

1 Like

The object types I made was for pawns.

1 Like