I want to change the color of an image when it’s hovered and focused. But I can’t seem to add the “Set Style” action does work on other Widget objects. How do I color an Image in a Widget BP?
You could wrap your image in a button and reset paddings to fit the button to the image size. Then use button events OnHovered and OnUnhovered to change the Image color.
The style of the button also affects the color of the image.