Console Commands for Options Menu

Hey Guys,
I´m working on my first own Game, but I have a little problem, I want to make an Options Menu, but in the Documentation, I only found commands for Screen Resolution (r.setRes 1920x1080)

Is there anywhere a list where I can find the other commands, maybe with description what it´s doing?

Thanks

You can type in the console eg: **r.PostProcessAAQuality ? ** and press enter, the question mark will give a description what the setting will do.

I find it more straightforward to simply use the game user settings to set up all sorts of game settings just like the resolution, but instead of using the WxH its better to just set it to (windowed) fullscren. This stuff is also exposed to blueprints as well.