I made a trap with two spheres: one to get all overlapped enemies, second to kill enemy after overlapping. I activate overlapping event with interface and now i have an issue. I don’t know how to make Enemy AI move to killSphere. I tried using get overlapping actors and for each loop but its pins doesnt match with actors of ai move to. Maybe i should use Behaviour tree, but i don’t think how to do it practically

