Basic image handling

hi there,

I want to be able to get the pixel’s color value (any value, be it an RBG, GreyScale, or even a boolean true false value) from any format of image, whether an image per se, or a texture/material.

I wonder if I can do that within UE4 without the need of OpenCV or any other external library.