How to register new setting on Engine launch using ISettingsModule?

I have my custom UCLASS(config = EditorUserSettings, defaultconfig) and I want to add it into project settings using ISettingsModule.h → RegisterSettings, but I don’t know there I should call it, to make it on Engine start.