Creating graphic settings in an option menu

Hello guys, i`ve seen a great tutorial about creating graphical settings for a game:

But the problem is that it doesnt saves the configuration after changing it and it always go to the default setting, is there a way to save it?, can someone help me?

You could use unreal’s save game class to save values like a config file. Then you can just load the values then set them when you start the game.