How can I save the ALL ConsoleCommand changes to configs

I do some setting with ConsoleCommand like,how can I save the ConsoleCommand changes for Persistence

			//ScreenPercentage
			{
				FString CM = TEXT("r.ScreenPercentage ") + ScreenPercentage;
				Viewport->ConsoleCommand(CM);
			}