Color value on mouse hover

Hi everyone, I’m trying to figure out how this can be done, I have a widget and I would like to print out
strings of the pixel color which is under the mouse cursor, is it possible to be done via blueprint?
Can someone enlight me? (screen space widget, not 3d or in game)…

It might help you How to check if mouse is over any widget

thank you for your suggestion, I have been able to do it using READ RENDER TARGET PIXEL with a 3dwidget!

1 Like