class Uui_radialText_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/interfaces/ui_radialText.ui_radialText_C:WidgetTree'";
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/interfaces/ui_radialText.ui_radialText_C:ExecuteUbergraph_ui_radialText'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    class UCanvasPanel* canvas_pivot;
    class UCanvasPanel* canvasMover;
    class UTextBlock* txt_text;
    FText text;

};