Save Graphic Settings

Hello Guys i have a Problem,

I have a menu where I can change the Scalability settings of Unreal Engine. 4 But if I try the game package and in the standalone version he never saves me the settings and I have not found any relevant videos. Here are some pictures:

Hi, You can use SaveGame to save the values and just load them when the game starts.

Ok, Thanks :slight_smile: but have you a video? or can you show me this with a picture?

I will give you an example for your TextureQuality variable, give me a second to set it up :stuck_out_tongue:

Thanks :smiley:

This is how to do the save and load:

And here are list of settings that you can set and/or get:

And if you wonder how you can call those console commands, then you can use this node with the command as the “Command” value (i see your question been tagged as blueprint question):

108423-screen+shot+2016-09-25+at+10.37.33+pm.png

-m

Just follow this steps:

Thanks for the awnser but it doesn´t works this is the pictore have i a problem?

In the picture you posted you are loading and saving the value, you should only be saving the value and loading it when the game starts.