class Uui_helpCategory_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/ui_helpCategory.ui_helpCategory_C:WidgetTree'";
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    class UExpandableArea* EA_example;
    class UTextBlock* text_header;
    class UVerticalBox* vbox_subList;
    class Uui_help_C* owner;
    enum_helpCategory category;
    TArray<FName> children_names;
    TArray<class Uui_helpSubCategory_C*>* children_slots;
    TArray<FName> childrenTopic_names;
    TArray<class Uui_helpCategoryButton_C*>* childrenTopic_slots;

};