I want to make the AI detect the third person character but i want to use the method where the character walks through the sphere collision. Any tips or tutorials that will help me learn this?
Hello oAnubus, thank you for posting.
Your method of your AI detecting the player is interesting. For your situation, I would consider clicking on your sphere collision and selecting on “On Component Begin Overlap”.
From the node, you can compare the value of the Other Actor to the player. You can also check if its using an interface you created.
In case Pawn Sensing ever catches your attention, here is documentation on this subject.
I hope this information assists you.
Thank you this has helped alot!