Hi, quick question.
I know that in order to use FSlateBrushes in your Widgets you need to have it declared in the header first.
But how do you do if you don’t know how many SImages you’re going to need in advance in a single Widget, is there a way to create one for each Image and in a function or do you need to declare all of them first.
I guess I also could make a class that holds one brush for one image but is there no other way ?