class Uui_atmEntry_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/components/ui_atmEntry.ui_atmEntry_C:WidgetTree'";
    TArray<unknown> DynamicBindingObjects = {};
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/components/ui_atmEntry.ui_atmEntry_C:ExecuteUbergraph_ui_atmEntry'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    class UButton* button_+1;
    class UButton* button_+5;
    class UButton* button_-1;
    class UButton* button_-5;
    class UImage* Image;
    class UImage* Image_64;
    class UImage* Image_123;
    class UImage* img_billsTex;
    class UImage* img_billsTex_2;
    class UImage* img_billsTex_3;
    class UImage* img_billTex;
    class UWidgetSwitcher* switcher_currencyType;
    class UTextBlock* tex_billAmount;
    class UTextBlock* text_amount;
    class UTextBlock* text_billPrice;
    class UTextBlock* text_type;
    int billType;
    class Uui_atm_C* owner;
    int amount;
    FName bill;
    int maxAmount;
    int amountLeft;
    int currencyType;

};