Changing Progress Bar Color at Progress

Hi Folks!

I tried to get my Progress Bar changing color, when reaching 0.3 (30%). But my version doesn’t work at all. The Bar stays empty and I don’t know why :wink:

What I want to do: An Endurance Bar being red when under(<=) 30% and being orange afterwards.

What I got:

If above is crap:
how could I change this* solution to work with my idea (forcing grading to begin after 0.3)?
*Help1

AND where can I find the z order option in UE4 10/11? To use it like this guy asked:
Help2

Thank you a lot! I can’t figure it out myself :frowning:

Hi!

Create stepped change of two color very easy.

This is result:

About ZOrder. All widget components have this option. You can control the order of items using this option.

Progress Bar → ZOrder = 1

Text Block → ZOrder = 0

Progress Bar → ZOrder = 0

Text Block → ZOrder = 1

Thank you very much for solving my problem!

And I was just plain stupid. I can’t find z order if i put everything in one square facepalm

I’m sorry, it didn’t fix the problem.

I got this as function:

and this as HUD:

The Outcome is this:

The bar stays gray :frowning:

Looks like an alpha problem to me