Target loction AI

I was just wondering where in the “Follower AI” tutorial doc does it show what the Bot is targeting. How does it know to chase the character? I haven’t been able to find out how it knows to chase me.

Hi

Which tutorial is this, can you post a link to it?

https://docs.unrealengine.com/latest/INT/Engine/AI/BehaviorTrees/QuickStart/index.html

In section 11, at the end of the service blueprint, it stores the acquired target in the blackboard.
Then in section 12, it retrieves this target and passes it to AIMoveTo, which automatically tracks the target as it moves.

Is it those desired objects?

Never mind it is, Thank you. I was trying to get the AI to follow a car once possessed.