I am trying to create a list of buttons or other widgets appended to a scrollbox or to any other of the organizing widgets.
My problem is that I create a Blueprint, say for a button, that contains other data to. Now I want to add the complete BP to the scrollbox so that I can later iterate over the scrollbox and access each child with a cast.
However according to Rama’s tutorial here link text You have to add the button, not the return value from CreateWidget and indeed, if you add the returned widget instead it does not show in the scrollbox.
I have been searching around and it seems now, that if you create a hierarchy in you button blueprint like this:
[Widget Root]
[Overlay]
[SizeBox]
[Button]
then you CAN add the returned widget. I wonder if that is so intended, is that a quirk, is it a bug, I’m not sure. I am thinking about adding my discovery to Rama’s wiki entry but I am not sure if that is considered the correct etiquette here