Hi Guys I’m currently updating my ue4.6 project to Unreal Engine 5,But When I test it all my widget button turn to this
is there a way to remove the border,i already tried to change the background color to (0,0,0,0) but it still appear.
Under appearance and then Style for the button, change the “Draw As” option under Normal, Hovered, and Pressed to None instead of Rounded Box.
7 Likes
set “Draw As” to Image
2 Likes
Thank you brodie, solved it for me