I am trying to make a button that switches between keyboard and gamepad.
My issue is with changing the images in the widget.
I’ve created dynamic material instances of the gamepad and keyboard material instances with the correct texture parameters.
On pre-construct, Construct, and on Initialized, it works great, I can set either to whichever Dynamic material instance I created and the correct image will be shown.
However, I’m trying to make it so when the button is clicked, they swap.
The image never changes, I tried debugging, checking the instance that is going in, everything seems fine except it’s not actually changing.
A print string before and after the set reveals the image has been set correctly, but the image is not updated.
The button DOES however, change its picture on hovered, but doesn’t change the other image.
What is happening?
Update:
Here is my full Pre-Construct/Construct/Initialize, works well every time.
Edited to fit nicely in one pic.
ANd here is the function I use to change the button image.