Getting spawned character to walk along a path

hello i am just wondering what some of the ways are to get a character to walk along a set path that is spawned into the world not put in with the editor browser ?

Yes, you can work with a spline, create new points with BP and let your AI find and follow the next splinepoint or you can spawn any actor (like a targetPoint) by BP and use this to let your AI walk to it.