class Uuicomp_statsSlot_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/components/uicomp_statsSlot.uicomp_statsSlot_C:WidgetTree'";
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/components/uicomp_statsSlot.uicomp_statsSlot_C:ExecuteUbergraph_uicomp_statsSlot'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    float divisor = 1;
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    class UImage* Image_40;
    class UTextBlock* txt_stat;
    class UTextBlock* txt_text;
    FText name;
    float stat;
    FText suffix;
    bool timeValue;

};