Hi guys,
I´m currently working on a project which compares different maze solving algorithms. For that I chose UE5 as Engine. It´s my first time working with AI. What I tried is like getting a Mannequin (the standard 3rd Person Template) to like move a set distance forward, wait and repeat.
In my mind it made sense how I tried it. However the NPC doesn´t even start moving.
I attached my blueprints underneath.
Hey @Mind-Brain,
I´ve put one into my level and adjusted it so that it covers the whole maze. Do I maybe have to link it to the NPC?
I thought that adjusting the Controller Class should do that automatically.
This should result into the reaction to run my controller
this should go into my behaviour tree, adjust the position vector and give it as value to the “Move To” function