class Uui_crafting_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/interfaces/ui_crafting.ui_crafting_C:WidgetTree'";
    TArray<unknown> DynamicBindingObjects = {};
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/interfaces/ui_crafting.ui_crafting_C:ExecuteUbergraph_ui_crafting'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    enum Visibility = ESlateVisibility::Collapsed;
    class UButton* button_recipeUnfroll;
    class UCanvasPanel* canvas_craft;
    class UImage* Image_0;
    class UImage* Image_2;
    class UImage* Image_3;
    class UImage* Image_4;
    class UScrollBox* scrollbox_crafts;
    class UScrollBox* scrollbox_ingredients;
    class UTextBlock* text_blueprint;
    class UTextBlock* text_button;
    class Uuiwindow_craftingBook_C* uiwindow_craftingBook1;
    class Aprop_workbench_C* Workbench;
    TArray<class Uui_craftItem_C*>* itemSlots;
    TArray<class Uui_craftItem_C*>* resultSlots;

};