AI cant detect tags

im trying to get my AI to detect the custom player class the player get detected but it cant check the tag i tried cheking the actor class but nothing seems to work any idea on how to do it

If you only want to check if the stimulus source is the player, just cast to the player, and if the cast success the the player is the source! You really don’t need a tag for the player (unless you got several players, of course!)

1 Like