class Uui_texturePicker_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/windows/ui_texturePicker.ui_texturePicker_C:WidgetTree'";
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/windows/ui_texturePicker.ui_texturePicker_C:ExecuteUbergraph_ui_texturePicker'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    enum Visibility = ESlateVisibility::Collapsed;
    class UUniformGridPanel* grid;
    class UImage* Image_51;
    TArray<class UTexture2D*> texArray;
    TArray<class Uuicomp_texturePickerButton_C*>* texSlots;
    class UTexture2D* pickedTex;
    int pickedIndex;
    FName pickedFilename;
    TArray<FName> texFilenames;

};