class Uuicomp_serverWireMG_button_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/components/uicomp_serverWireMG_button.uicomp_serverWireMG_button_C:WidgetTree'";
    TArray<unknown> DynamicBindingObjects = {};
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/components/uicomp_serverWireMG_button.uicomp_serverWireMG_button_C:ExecuteUbergraph_uicomp_serverWireMG_button'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    struct FLinearColor color_A = FLinearColor(0, 0, 0, 0);
    struct FLinearColor color_B = FLinearColor(0, 0, 0, 0);
    struct FLinearColor color_res = FLinearColor(0, 0, 0, 0);
    struct FTimerHandle timer_serverMG_Dragging = {
        "Handle": 0
    };
    bool isConnected = true;
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    class UButton* button_game_wireTop_3;
    class UCanvasPanel* canvas_bottomConnect;
    class UCanvasPanel* canvas_lineOrigin;
    class UImage* Image_242;
    class UImage* img_color_A;
    class UImage* img_color_B;
    class UImage* img_colorRes;
    class UImage* img_connectedBottom;
    class UImage* img_line;
    class UWidgetSwitcher* switcher;
    class UTextBlock* text_operation;
    class UTextBlock* txt_color_A;
    class UTextBlock* txt_color_B;
    class UTextBlock* txt_color_res;
    int index;
    int type;
    byte operation;
    class Uui_serverMinigame_C* owner;
    class Uuicomp_serverWireMG_button_C* connectedTo;
    bool isDragging;
    class Uuicomp_serverWireMG_button_C* correctConnected;
    bool isConnectedCorrectly;

};