Bug Fixes
Last updated
Last updated
This is only relevant in the Theme 0 (T0), if you use another theme you can ignore this bug. The Overall-Option Switcher behaves glitchy. This is caused by WB_T0_Slider. To fix it you need to add a Set SkipUpdateAfterSliderChange (true) here:
You do not need to create this boolean variable, you can simply find it by right clicking in the graph and search for it. It's a variable that is created in the parent class of WB_T0_Slider which makes it available in WB_T0_Slider too.
The problem is that sometimes the mouse cursor becomes visible after opening and closing the pause menu for the first time. To fix open WB_Master_PauseMenu and in there the function Track Mouse Position Change. Here you only need to connect the variable bPauseMenuShown with the lower Return node like here:
Open WB_Master_NavWidget and in there the function HasTooltipInfoEnabled. Here are 4 Cast nodes, three of them casting to Master classes while WB_T2_Toggler is wrong here. instead it should cast to WB_Master_Toggler. Make sure to connect the 'Cast Failed' correctly, so it should look like below: