Generally you would put the actor into the world and edit the spline in the world. I’ve never tried to edit one in the blueprint directly.
You could still set the points and tangents in the construction script manually by calling appropriate functions on the spline component.
You could just make an actor that holds an array of points for the guard to follow but it will be much harder to achieve things like helixes and spirals.