I deleted the “Clear Children” node and replaced with “Remove Child” node…still no luck. Thing is, I’m not getting passed the “IsValid” check. You can see, in the second image above, my mouse was over the LevelSelectMainMenuConnection node, and is shown as referencing the correct Widget, but it still won’t pass the check.
Also, I tried bypassing the check and it still does not work.
My menu is created by: add the Level Select Main Menu (has title and a vertical scroll box [empty]). Then I add a button (child) to that scroll box for every index in my array (for each loop). The images above are on the actual buttons that have been added. Is it because I’m trying to do this from the added children? Does the removal have to be done from a specific level of the widget (i.e. from the parent)
For testing, I tried putting the function on the Main Menu, but with no luck.
Anyway, it seems it’s not seeing LevelSelectMainMenuConnection as a valid reference…why?
@ : I tried remove from parent, but not sure I get where you are saying to put it…can you clarify?