Have two different blueprints.
- one with a combo box with a z-order of 0 and is added to the viewport first
- one with a custom mouse pointer with a z-order of 1000+ and is added to the viewport last
Everything works as expected WRT to z-order until the ComboBox drop down is opened. The drop down draws over everything else and does not follow the parent combo box’s z-order. Is there any way to fix this?
Also the drop down does not honor the parent combobox “cursor” settings either.