Your comments helped me get to my desired result but I ended up doing it a little differently. I ended up making a blueprint node with the parameters render target, x, y, radius and returned an array with the area around the point labeled as an array of FLinearColors.
I had to add a radius to it as checking the 1024x1024 texture took too long for my comparisons.