Spawn actors at a distance from each other

Hi. I have functions to spawn an Enemies at a distance. How should I make spawn at a distance between these Actors?
image

If you subtract the location of B from A, you’ll have a vector pointing from A to B, then you can use that to find a location between A and B.