I have a UMG button with proper styling based on state. However I also need some of its child widgets to also change based on the state of the button. Specifically I need to change the color of some text (not all) that is parented under the button. When the button changes between normal and hovered state I need to change the color of one of the text widgets in the button.
I can’t seem to figure out how to do this.