Unlit as default view mode upon start.

Alright, so I have this project where I’m trying to make the visuals dependant on materials in a wireframe typesetting, and I want to get rid of the lighting in my project. So I don’t want the player to view it in lit mode but in unlit mode, and I know there is a console command for it but I need a solution that would persist every time you press play, instead of typing a command. What I’m wondering is this something I can code? New to C++ and Unreal.

I would appreciate some assistance.