Why is the widget not displayed

I need this with the Blueprint Widget rioght? how to implement the blueprinbt widget in the ShopUI Code


this is the widget

is this right?

var shopWidget : UI.shopWidget = UI.shopWidget{}

ShopCanvas.AddWidget(canvas_slot:
            
            Widget:=shopWidget
            Anchors:=anchors{Minimum:= vector2{X:= 0.0,Y:=0.0},Maximum:=vector2{X:= 0.0,Y:=0.0}}
            Offsets:=margin{Left:=0.0,Top:=0.0,Right:=0.0,Bottom:=0.0}
            Alignment:=vector2{X:= 0.0,Y:=0.0}
            SizeToContent:=false
            ZOrder:=1

        )