How to set Border's Tint Color?

I need to set both the image and the tint color from BP. I found that I can use “Set Brush From Texture” to set the image on a Border. But I don’t see any option to change the Tint Color…
I can change the Tint Color on an Image but then I can’t use it to set it to the Border’s “brush”…
Here’s what I want to control:

obraz

Would this work? You can also make brushes upfront and then:

Hey, thank you for reply. Your solution might work but I didn’t check.
I was also having a problem with converting Texture 2D to Image. In the end here’s what I did, that handled both problems:

It says “The brush is a read only property and can not be modified directly”

Why is that?

Wish I knew why; would like to think there’s a good reason, though.

  • you can create entire brushes in the content browser and Set from Asset:

image

But this may not be suitable in some scenarios, ofc.

  • or you can create a new struct variable and set members there:

Afaik, the latter works fine.

5 Likes