My problem is really simple but I can’t figure it out
I’ve a Widget that shows up a blood screen based on my current health.
This is the HUD and you can see that I bind “color and opacity”
In the graph I’ve the same nodes that I use to control the progress bar of the health (it works of course).
So, I divide Health/MaxHealth to obtain a value between 0 and 1. with this value I make a color but I change just the alpha channel.
Why it doesn’t work?