However it won’t show up in either my hierarchy (expected) or palette (not expected because I would assume I would have to create a separate class for my specific ComboBoxString) windows and I am not sure how to get it to do so.
I would appreciate if anyone can help me out on getting this UMG property to show up. If I have to create a UClass just for the combobox that is fine, I am just not sure how to go about it.
they are maybe a best solution from mine but here what I have done to be able to use an array from the event graph,
I needed to use a array in my event graph while creating the widget to dynamically generate the widget from BP but was using an array specially setuped from C++
You can’t because those things in the top-left are Derivatives of UWidgetComponent or something I believe (Might not be the right thing, but I’m still sure they’re not UUserWidgets). You’ll have to create a bespoke class that any widget can use.