How to on Detail Lighting Viewmode in packaged (Shipping) game?

I had added content to [Project Folder]\Config\DefaultEngine.ini
[/Script/Engine.RendererSettings]r.ForceDebugViewModes=1
Now I can change viewmode to Lit and Unlit only using viewmode lit and viewmode unlit using blueprint.
But I want to change viewmode Detail Lighting, Wireframe and Lighting Only.
I have used below command using blueprint.
viewmode lit_detaillighting, viewmode wireframe, viewmode lightingonly
But It is not working for me.
Is there any solution for it?