How to get current scalability setting?

Hi, today I was working on same thing and getting game settings is implemented! In native code, you can look for UGameUserSettings class. In Blueprint you can obtain (and save) game settings by calling static method Get Game Setting. (It is the same native class I mentioned earlier)