Change the brush on Progress bars

This question could be kinda stupid, but… How do i change the bursh of a Progress bar using blueprints.

I tryed to find a Change bursh, But i didnt find anything

Does anyone know how to do this??? thanks!!!

1 Like

Try it like this, you’re modifying Style here which you feed a SlateBrush:

If the engine complains about something not being exposed, wrap the whole thing in a function and operate on a local variable brush.

1 Like

You should change the whole style:

1 Like

Thank you guys it really help me.

1 Like