[feature request] re-use styles in umg

Hi,

It would be great if we could define styles to use for umg, just as slate… For example: i want a lot of different widgets have the same font and size… right now i have to change them all, while i would prefer to use a standard style that is easy to adjust at once.

Would be a great (and i think easy) addition!

Hello ,

What you can do is create a widget blueprint containing only the widget you’d like to save, meaning no Canvas Panel or extra widgets. For my test, I’ve created a simple widget blueprint containing a text block that I’ve named TestWidget.

Now, after you’ve finished creating that widget, go ahead and create another widget blueprint.

Open the second widget blueprint, and in the Palette, go down to the User Created section. Here, you should see TestWidget, which will retain all of the properties you’ve set in the original TestWidget blueprint. You can then add as many instances of this as you’d like to your widget blueprint.

Feel free to let me know if there are any further questions.

Have a great day

Thanks, this at least solves the problem for now. I was already re-using widgets, but not like this.