Hey all - I have followed some tutorials for making a widget and have a submenu working and setting things in my Game Mode. My problem is I want to add this widget to another widget, but when I look under the User Created tab I don’t see it. I see some of my other widgets, or if I make a new widget it shows up as User Created, but not the one I already made that’s working. So I’m wondering what setting makes it so that a widget wouldn’t show up as User Created? Anyone run into this before?
Anyone run into this before?
No. Can you demo with a screenshot - a widget in the context browser missing from the user created.
Is there anything special about it?
Is there anything special about it? Do note that if you create a NewWidget, it will not be visible in the NewWidget’s user created - widgets cannot be recursive. Perhaps that’s what you’re experiencing…
This is the widget I want to put in another widget. Its full name is W_FieldCreatorMenu and I can see it has a parent class of User Widget:

But then in the other widget it is not listed as an option (W_FieldCreator is my work around which is W_FieldCreatorMenu but re-made from scratch):

I literally just copied everything from W_FieldCreatorMenu to a new widget and then copied the whole event graph over as well and it worked, the new one shows up under User Created. I’m not sure what would be making some of my widgets not show up, but it’s more than just this one. Ill update here if I figure it out.