Quality Game Settings Menu, a good looking UI ready for use

Okay I’m using Unreal 4.18 for my project and I’m having some odd issues with the Menu System. Every time I try and run my package game I keep getting the message **Error: Quality menu: Unable to Get Game Settings Interface from Game Instance. Please see manual to set game instance to GameInstanceWithSettings or implement GameSettingsInterface **and because of this I can’t mess around with the options.

Now I looked into the problem, and tried many different methods to fix this issue, but nothing seems to work, both GameInstanceWithSettings and GameSettingsInterface and I still get the errors.

I could really use some help on these issues.

UPDATE: Well I found the problem and luckily it had nothing to do with the Quality Menu, it turns out the Unreal Engine 4 has an odd bug properly saving info to the DefaultEngine.ini, it will save some areas like the games instance, but something like the GlobalDefaultGameMode in my project didn’t properly saved to have the new Game Mode that I’ve selected for my project. So what I did was I went directly into the DefaultEngine.ini file and rename the GlobalDefaultGameMode to the actual GameMode I have selected for my projected and surprised this completely fixed the problem.

This was an annoying issue, but happy to find the problem and glad it wasn’t from this great asset.