How to make a teleporting AI?

You just need a single Actor with a few target points (2D sprite component). Drop the actor in the world and select the components and move them to the teleport locations.

Have the AI reference the teleport node and request a random target point. Using the Vector returned simply Teleport the AI.

Similar concept with the actor is demonstrated here.