How can i change my Crouching mode from toggle to hold with a settings menu

I have made a Toggle and hold func but i need to switch them with a setting menu

Were you can switch it(in a widget in a other level)

If anyone have any suggestion let me know

Thanks in advance

Hey
It depends on how you do the settings in your project.
The main idea that you should in settings widget when you set the crouch mode - save the variable and then get it where you use the crouch event.
Thats my realisation:


I set crouch mode variable in settings widget

And when I “apply” settings this variable goes to a save file. From this save I’m getting this variable. You can see it at the first screenshot. Setting the variable at the start of the game is with using the save file too.
A lot of here depends on your project settings and how you did them, may be it would help