Hi, i am having a problem with getting my AI to follow a targeted patrol route when they spawn into the level from a spawner i have made, the problem only seems to be when they spawn into the level, as Pre placed AI in the level will follow the target points i have placed with no problem at all.
What i believe the problem to be is in the way i tell the AI which Target point to move to, first i place a TargetPoint into the level which is an actor Blueprint, then i have a BTT_Task to set the target point the AI should move to, where i have a Blackboard Key selector called ‘DesiredWaypoint’ which is set to editable, the way i get the targeted waypoint is from selecting it in the level editor from the Pre placed AI default values.
Where i believe the problem to be, is having to set the Target waypoint through selecting it in the level editor, and i believe i need to create and set a default value for the waypoint in the Blueprint itself, so when the AI spawn in from the Spawner they will already have there target waypoint set, where as at the moment i can only set this default/ first waypoint to AI that is already placed within the level. All my AI is handled through a behavior tree, everything else in my Beauvoir tree does work correctly it is only the patrol point/ move to targeted waypoint part that does not.