class Uui_helpSubCategory_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/ui_helpSubCategory.ui_helpSubCategory_C:WidgetTree'";
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    class UExpandableArea* subEA_example;
    class UTextBlock* text_header;
    class UVerticalBox* vbox_list;
    class Uui_help_C* owner;
    class Uui_helpCategory_C* parent;
    FName name;
    TArray<FName> children_names;
    TArray<class Uui_helpCategoryButton_C*>* children_slots;

};