How to display simple image with slate widget and c++.

Hi! I’m trying to set background image with slate widget, but I can’t figure out how to do this. Menu and buttons widget works fine, but I can’t find good widget to put simple image.

SImage should do

I’ve found that already. But I’m not sure how to get reference to FSlateBrush in content.

But you need to register slate style first and set images there, if you custoimized buttons in Slate then you should know how to do it (if not create plugin with new wizard it has example of slate style) or you could load game resources from game module using GetSlateGameResources() if you maeking UI for game

Thanks for link. It looks helpful :slight_smile: