class Uuiwindow_craftingBook_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/windows/uiwindow_craftingBook.uiwindow_craftingBook_C:WidgetTree'";
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    class UImage* Image_13;
    class UImage* Image_14;
    class UImage* Image_15;
    class UImage* Image_18;
    class UImage* Image_24;
    class UImage* Image_25;
    class UScrollBox* ScrollBox_recipes;
    class UScrollBox* ScrollBox_recipesTxt;
    class UTextBlock* text_bp;
    class UTextBlock* text_recipeName;
    class UTextBlock* text_recipes;
    class UTextBlock* text_recipesAm;
    class UTextBlock* text_revcraft;
    class UEditableTextBox* textbox_search;
    TArray<class Uuicomp_recipeItemSlot_C*>* slots_recipes;
    class Uuicomp_recipeItemSlot_C* selectedRecipeSlot;

};