I have AI-Controlled pawns whose controllers are an inherited blueprint from another controller (both of which were done by me, not using starter content here tbc). When placed in world, they correctly follow their behavior tree, which states:
The focus here is on this path, which stems from when their deployed state is set. When it initially is, all they’ll be doing is standing in place (as seen at the far end), as the other two sequences aren’t properly set yet.
However, when spawned in (from a spawner I have rigged up to spawn these guys every 10-20 seconds), on their deployed key being set, they DON’T stand still. In fact, they instead act like they’re following the behavior tree associated with the controller they’re inherited from (which tells them to find a random place and walk to it much like the basic AI nav tutorial).
Might anyone know why this is happening? (please?)