I have defined a spline path to move my first player pawn actor (like 2.5 sidescroller style game).
I want to define some point of this spline as target point for my AI Bot to patrol, and want this AI BOT move along the same spline to reach the targets.
You will need the variable names Location Along Spline and
Walking speed both being float
Location along spline at 0 is at the beginning of the spline and 500000 or somthing like that being the end
and the way i made this is it can loop if its at its max it sets it to 0 and goes through again