Good evening, with 4.17 released, a few thing went awry with the settings menu. Some visual errors, and combobox dropdown list stopped working.
A quick patch has been submitted to marketplace team and should be live soon.
For those who already have added the settings menu and dont want to re-implement it for 4.17, you can follow these steps to patch the issues.
Open the project in UE 4.17
Open WB_ClassicSettingsMain
Select all checkbox in tabs.
Under Details Set all to toggle button. (This is then applied to all selected items)
Select all the size boxes
Set Horizontal Alignment to be filled
Select size box containing all menu tabs.
Set its padding to be 0
Download widget WB_ClassicComboBoxButton and put it in folder QualityMenu -> HUD_UMG_Classic -> UtilWidgets
Download Widget Link
Open WB_ClassicResolutionComboBox and WB_ClassicComboBoxItem and do the following for both.
Delete old button
Replace it with the downloaded WB_ClassicComboBoxButton
Set its horizontal and vertical alignment to fill
Set its visibility to “Visible”
Please contact me if you find any other issues with 4.17 update.