class Uuicomp_keybindSlot_C : public UUserWidget
{
public:
    class UWidgetTree* WidgetTree = "WidgetTree'VotV/Content/umg/components/uicomp_keybindSlot.uicomp_keybindSlot_C:WidgetTree'";
    TArray<unknown> DynamicBindingObjects = {};
    class UFunction* UberGraphFunction = "Function'VotV/Content/umg/components/uicomp_keybindSlot.uicomp_keybindSlot_C:ExecuteUbergraph_uicomp_keybindSlot'";
    struct FPointerToUberGraphFrame UberGraphFrame = {};
    struct Fstruct_keybind data = {
        "displayName_2_4CB4C80A43B446BAF3C9DD95B32FEEA7": FText(""),
        "key_5_7DFFFB4645768511021CD2B3B6C2997F": {
            "KeyName": FName("None")
        },
        "category_9_54D6F4C24D02C80749C8C885E5991013": enum_keybindCategory::NewEnumerator1
    };
    struct FKey defaultKey = {
        "KeyName": FName("None")
    };
    bool bHasScriptImplementedTick = false;
    bool bHasScriptImplementedPaint = false;
    class UButton* button_bind;
    class UButton* button_reset;
    class UCanvasPanel* canvas_v_res;
    class UImage* Image_179;
    class UImage* img_sel;
    class UTextBlock* text_key;
    class UTextBlock* text_name;
    int index;
    class Uui_keybinds_C* owner;

};