First of all Im aware its a poor Design choice to nest Named Slots and I encuntered the Bug/Crash only by curiosity.
To Reproduce:
- Create a Widget (lets call it ConfigTestWidget)
- Add 2 Named Slots and make one is nested bellow the other
- Create another Widget
- Add the ConfigTestWidget to the new Widget
- Add something to the Named Slot that is Higher in the Hierarchie (Note: at this point the Child Named Slot is technicly gone)
- Now Add something to the Child Named Slot
Picture
If the Parent Named Slot gets Content the Child Named Slot should disappear to Prevent adding to it.