Pause AI move to when objects cone "sees" it

Hey there!

While i’m admittingly new to Blueprints, one way I learn is by practicing. One area I’m playing around with is trying to figure out how to “pause” AI move to. As well as how to do this only when an object is facing them and active. The For clarification the object has a cone attached to it.

I’m not finding much information on either, so I’m at a loss at the moment. Any insight would be very helpful!

Have you tried Behavior trees and Blackboards?

Here is the documentation and a tutorial.

You could use a cone, OR you could use Perception: Vision, which the AI system already knows how to use, and I believe you can adjust the field of view on it.

thanks! I’ll check this out

oh great! thanks for the information