class Uui_helpCategoryButton_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/ui_helpCategoryButton.ui_helpCategoryButton_C:WidgetTree'";
    TArray<unknown> DynamicBindingObjects = {};
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/ui_helpCategoryButton.ui_helpCategoryButton_C:ExecuteUbergraph_ui_helpCategoryButton'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    class UButton* Button_button;
    class UTextBlock* text_button;
    class Uui_help_C* owner;
    class Uui_helpCategory_C* parent_cat;
    class Uui_helpSubCategory_C* parent_subcat;
    FString searchableName;
    FText name;
    FText description;

};