What can i connect to target. hot is it work?

how can i place a actor what will go to me?
how can i use move to actor?

It says “Target is AIController” right on the node, that’s AI function. I guess you simply want to move pawn to an actor/pawn? Check top-down template sample to see how the movement of this kind is done.

Regards.

thank u, but is not enough for me. i would use autopath and i couldnt find any tutorial or documentation for ai navigation :c

Check FPS sample, or Strategy Game, the last one is little bit easier for understanding, both samples use AI and navigation.

Check this question as well Is there an easy way to set up bots with simple AI? - AI - Epic Developer Community Forums, pretty useful i guess.