class Uui_flashbang_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/interfaces/ui_flashbang.ui_flashbang_C:WidgetTree'";
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/interfaces/ui_flashbang.ui_flashbang_C:ExecuteUbergraph_ui_flashbang'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    float alpha = 1;
    struct FLinearColor color_A = FLinearColor(1, 1, 1, 1);
    struct FLinearColor color_B = FLinearColor(1, 1, 1, 1);
    float time = 1;
    float exp_color = 0.5;
    float exp_opacity = 0.333333;
    float opacity = 1;
    bool bHasScriptImplementedPaint = false;
    enum Visibility = ESlateVisibility::HitTestInvisible;
    class UImage* img;

};