I’m trying to get some simple AI working where the enemies approach the player and attack. They are successfully moving to the player however they are not attacking once they reach there. I noticed that the Blackboard Tree task to attack target is returning false after the Does implement interface node. However I definitely have this implemented under class settings in my AI controller. Any help would be appreciated.
Attached is a link to some screenshots