How do I add custom settings only using BluePrints?

Hey there,

I’m fairly new to UE4 BP and I wonder how to add some settings that are not already included in GameUserSettings.
All the tutorials I saw were C++ related and a bit too complicated to me.
I just want a setting which can be saved and retrieved ingame.

Any directions please?

Thanks for reading

Kong

You can use the ‘game user settings’ nodes to do this.

Watch out, they are a bit counter intuitive

1 Like

Hey @ClockworkOcean ,

thanks for the fast reply.
I watched the video and tried to add values to the Gamer User Settins ini file but they weren’t recognized by the engine.
I hope I was clear with my question.
I don’t wanna add already existing settings like framerate, resolution or fps.

For example I want a setting called “Disable Subtitles” and I don’t get how I save and retrieve it.

thanks.

Ah, settings you invented?

Then you need the save game

1 Like

Thaaaaaaaankkkkkkkk youuuuuuuuuuuuu!
Man I googled and googled and no freakin’ results.
Have a great day!

1 Like