How can you change from hold to toggle in a settings menu in a other level.

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)

This is the BP for toggle and hold.

If anyone have any suggestion let me know

Thanks in advance

Why is toggle made with old input, and the hold is made with new Enhanced input?

If this is your final bp, you need to store settings somewhere and save it, then add branches that checks this setting.
Before Toggle Crouch check if the setting is set to toggle, and do opposite in the Hold Crouch.