Setting Presets with Overall Switcher
All the information you need to create setting presets you can find in Option Switcher.
There are 2 ways what should happen when an option switcher becomes custom:
All settings that were affected are keeping their value/selection that they just had from the last preset.
All settings that were affected are being set back to their previous value/selection that they had when they were not affected by a preset (overridden)
If you use v1.1 (since 4th of April 2024) or newer and you want to use the 'Default and common' way you do not need to change anything. If you use v1.0 it uses the 'Other way'
In v1.1 or newer you can enable the 'Other Way' by ticking the variable bResetToPreviousCustomSettingOnOverallSwicherCustom. This is a boolean variable in WB_Master_OptionSwitche, WB_Master_Slider, WB_Master_Toggler. So you need to set this variable in all 3 blueprints. Set it to false if you want to use the 'Default and common way'
Last updated