if it needs to be actually interactive you want to use the widget stuff cos you definitely don't want to be trying to handle UI with standard shader/blueprint logic if it just needs to change pictures/animate in response to a button press/state change of some sort then it's viable to handle it with shader parameters .…