In my behavior tree I’m trying to move my AI to my character when they are in a certain range of each other.
I have ensured that I have a navmesh, that my AI and character are both on it. The path does exist, and I set the NavMesh Vertical Deviation to Ground Compensation to an arbitrarily high number. My behav tree seems to be working fine until it gets to the MoveTo Task, at which point it hangs on “In Progress” without ever actually moving the AI.
What could this be, and what can I look at for more information about debugging this issue? I have set break points in my tree and my decorators to ensure the variables are being set as I expect them to and have dug through the message log and the visual log but niter seems to point me in the right direction
so your AI doesn´t have the movemente component? Well that is the problem for sure that it doesn´t move.
You need to change, create a character blueprint class, or just copy from your character and delete the camera and all inputs. Probably you created an actor or pawn blueprintclass.