Hello all! i have not really posted here before so forgive my lack of posting experience!
My problem is that i have a pool of enemies that spawns at world origin. when they are pulled to the random spawn location the ai will not move at all, however when the enemy is placed in the world the ai works fine. it is a simple AI that chases the player using a behavior tree and a blackboard with a chase variable.
The reason i want to use a pool for the enemies is i want to have a lot of them constantly dying and spawning and my performance hit was really bad on large amounts of enemies.
this is the ai debug of the working ai
this is the debug of the non functioning ai
the only difference here is how they have been spawned. i have auto possess ai set to world or spawned. collisions are working as i can hit the enemies.
Here is the bp for spawning at random location.
Here is the parent bp of the enemy spawned.
Here is the Spawn from pool in the AC
Here is the enemy blueprint start when in use
i am unsure what is causing this issue. any help would be appreciated!