class Uui_achievements_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/interfaces/ui_achievements.ui_achievements_C:WidgetTree'";
    TArray<unknown> DynamicBindingObjects = {};
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/interfaces/ui_achievements.ui_achievements_C:ExecuteUbergraph_ui_achievements'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    bool bIsFocusable = true;
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    class UButton* button_exit;
    class UImage* Image_302;
    class UImage* img_ach;
    class UImage* img_bar;
    class UScrollBox* ScrollBox_ach;
    class UScrollBox* ScrollBox_achDesc;
    class UTextBlock* txt_ach;
    class UTextBlock* txt_desc;
    class UTextBlock* txt_progress;
    TArray<class Uuicomp_achievementSlot_C*>* slots;
    class Uuicomp_achievementSlot_C* activeSlot;

};