AI wont path for actors spawned after 45sec of play

one suspicious place to check.

Print the return Boolean of ”run behavior tree” node.

see if it failed to run behavior tree.

make sure you don’t run behavior tree on controller’s begin play.run it on possessed instead.

the workflow is: controller begin play > on possessed > AI begin play.

if you run behavior tree before possessed,it sometimes fail to run it.