Set a button's tint color?

Hey all. Trying to set a button’s color, but in a different bp.

The only thing I can set is the “color and opacity” or the “background color” and there is no option for setting the style>normal>tint color.

If I change try to change the color and opacity or the background color it just stays the default white color, or whatever the normal’s tint color is in the hud.

Surely I can change the hud button’s style colors in a separate bp? I know my cast is valid because this is in the function that drives my player controller and the context menu the player is using to interact with everything else, all I’m trying to do is make the buttons color change depending on some factors.

But you only got two color changing options and the have no effect?

Turns out you can set the button’s hovered, pressed color, etc… It is called “set style” it still doesn’t seem to be able to overwrite the old color but I suspect that is because how my button’s are called.