class Uui_alarmClock_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/interfaces/ui_alarmClock.ui_alarmClock_C:WidgetTree'";
    TArray<unknown> DynamicBindingObjects = {};
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/interfaces/ui_alarmClock.ui_alarmClock_C:ExecuteUbergraph_ui_alarmClock'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    bool isAM = true;
    bool bIsFocusable = true;
    bool bHasScriptImplementedPaint = false;
    enum Visibility = ESlateVisibility::Collapsed;
    class UButton* Button_178;
    class UButton* button_arrowHour;
    class UButton* button_arrowMin;
    class UCanvasPanel* canvas_arrowHour;
    class UCanvasPanel* canvas_arrowMin;
    class UCanvasPanel* CanvasPanel_1;
    class UImage* Image_43;
    class UImage* Image_45;
    class UImage* img_arrowHour;
    class UImage* img_arrowMinute;
    class UTextBlock* text_alarmTime;
    class UTextBlock* text_am;
    class UmainGamemode_C* gamemode;
    bool hold_min;
    bool hold_hour;
    FText txt;
    class Aprop_tableclock_C* tableclock;

};