Unlit Mode in packaged game

I don’t see you calling the code to set the view mode. You need to call SetViewMode function with the Unlit option:

It should be available in all your blueprints, since it’s a static blueprint library function. You can call it on begin play of your game mode or at any point in time really.

1 Like