I made kind of PacMan game, and had similar problem. How to tell AI where to go with something easier than numbers in vectors.
So I made dummy BP class that was just marker (invisible in game), then i stored references to all markers in array,
and instead of silly numbers I could pick reference from array then ask that dummy BP where it is (its location).
Much easier to play around and to move markers.