I tried many different things to make this work but nothing seems to work. I am currently making my own plugin and have some images I want to show in my In-Editor slate widget. The images are located in the “Resources” folder of my plugin. My current way is just showing a white image but in the right size.
This is my current code
SNew(SImage).Image(new FSlateImageBrush(*(FPaths::ConvertRelativePathToFull(FPaths::ProjectPluginsDir()) + "/BAS_TeamWork/Resources/T_EyeClosed.png"), FVector2D(600, 600)))