class Uuicomp_shopCartSlot_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/components/uicomp_shopCartSlot.uicomp_shopCartSlot_C:WidgetTree'";
    TArray<unknown> DynamicBindingObjects = {};
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/components/uicomp_shopCartSlot.uicomp_shopCartSlot_C:ExecuteUbergraph_uicomp_shopCartSlot'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    struct FWidgetTransform RenderTransform = {
        "Scale": FVector2D(1, -1)
    };
    class UButton* Button_del;
    class UTextBlock* txt_item;
    class UTextBlock* txt_price;
    class Uui_laptop_C* owner;
    int index;

};