class Uui_radarPoint_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/components/ui_radarPoint.ui_radarPoint_C:WidgetTree'";
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/components/ui_radarPoint.ui_radarPoint_C:ExecuteUbergraph_ui_radarPoint'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    float a = 1;
    struct FVector coords = FVector(0, 0, 0);
    struct FLinearColor color = FLinearColor(1, 0, 0, 1);
    float dissolveTime = 4;
    bool bHasScriptImplementedPaint = false;
    class UImage* Image_34;
    class UCanvasPanel* mainCanvas;
    class UTextBlock* txt_coords;
    bool imp;
    bool hideCoords;
    class AanalogDScreenTest_C* computer;

};