ZusMga
(ZusMga)
August 4, 2023, 10:50pm
1
Hi there, a bit new to UE5.
I’m trying to make “shop button” show in viewport, I added it to the viewport and set its visibility to ‘visible’: but somehow I still can’t see it when I press “play”.
This is the screenshot of blueprint;
help would be very appreciated!
(I’m also doing it in another widget, not the level blueprint)
Shunitzo
(Shunitzo)
August 4, 2023, 11:32pm
2
Where this code executes? Are you sure Event Construct even fires?
ZusMga
(ZusMga)
August 5, 2023, 12:07am
3
this blueprint code executes in another widget, and I have no idea how to make the event construct fire.
Shunitzo
(Shunitzo)
August 5, 2023, 12:09am
4
Do you create this widget?
SolidSk
(SolidSk)
August 5, 2023, 4:53am
6
Expand Add to Viewport and set a number greater than 0 to ZOrder .
Or we’ll need more information.