class Uui_spawnMenuTabButton_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/interfaces/ui_spawnMenuTabButton.ui_spawnMenuTabButton_C:WidgetTree'";
    TArray<unknown> DynamicBindingObjects = {};
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/interfaces/ui_spawnMenuTabButton.ui_spawnMenuTabButton_C:ExecuteUbergraph_ui_spawnMenuTabButton'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    class UButton* Button_button;
    class UTextBlock* text_button;
    enum_spawnmenuTabs tab;
    class Uui_spawnmenu_C* spawnmenu;

};