Hi everybody, how can I achieve the following effect:
I have a button with an image that has text. However, I’m worried that the transparent part of the button won’t be clickable, so I’m wondering if there is a way to make a button to be invisible and act as a sensor to be clicked. [UMG]
Inside the button, under style you can set the tint of the button. If you set the alpha channel to 0 the button will be transparent but it’s still “visible” in the engine’s eyes.
this is definalty a late reply and u probs worked it out but for the people that still dont know ,if u go to background color and change that to alpha 0 it should work