Can't change viewmodes in packaged build (not allowed on consoles by default)

I got it fixed and found the answer in this forum post thank you so much for the help. Just pointing to the ShaderCore.cpp gave me something more to look into.

I simply added:
r.ForceDebugViewModes=1

to the DefaultEngine.ini under the [RenderSettings]

3 Likes