can i place GameUserSettings in runtime plugin?

I was trying to place GameUserSettings class in plugin with some base functionality and extend child class in project and when i started the editor it was saying that game module can not be loaded and then closed.

GameUserSettings is set per project in configs, that is why i can not extend it from parent class in plugin?