Is there something similar to GameUserSettings for saving Sound, Control Settings?

Hi All

I’ve been looking into : https://docs.unrealengine.com/latest/INT/API/Runtime/Engine/GameFramework/UGameUserSettings/index.html
and took a look at ShooterGameUserSettings in Unreal’s Shooter example available on the market place as well as scowered the forums for the following:

**When it comes to graphics settings, screen etc - GameUserSettings is perfect. However, is there perhaps, a similar “Unreal” solution to saving controls & sound settings? **

I also took a look at UInputSettings in the docs.

If I can’t find an unreal solution, I’d go with saving to the users profile (online game)… but I just want to make sure there isn’t already a solution available through unreal, before I start implementing a custom user preferences.
I will continue scowering forums.

Thank you, any help/advice is highly appreciated.