class Uui_hsvWindow_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/windows/ui_hsvWindow.ui_hsvWindow_C:WidgetTree'";
    TArray<unknown> DynamicBindingObjects = {};
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/windows/ui_hsvWindow.ui_hsvWindow_C:ExecuteUbergraph_ui_hsvWindow'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    struct FLinearColor inColor = FLinearColor(0, 0, 0, 0);
    struct FVector4 hsvm = FVector4(0, 0, 0, 0);
    float MaxH = 360;
    float MaxS = 1;
    float MaxV = 10;
    float MaxM = 10;
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    enum Visibility = ESlateVisibility::Collapsed;
    class UButton* button_apply;
    class UButton* button_cancel;
    class UImage* Image_0;
    class UImage* Image_55;
    class UImage* img_color;
    class USlider* Slider_H;
    class USlider* Slider_M;
    class USlider* Slider_S;
    class USlider* Slider_V;
    class UTextBlock* text_H;
    class UTextBlock* text_M;
    class UTextBlock* text_S;
    class UTextBlock* text_V;
    class AActor* Actor;
    bool Direct;

};