FWIW, an alternative that I use when building static scenes for background videos and such, is to:
- Place a camera in a scene
- Open the level blueprint
- Drag a reference to the camera into the level blueprint event graph
- In the Begin Play event, get the player controller for player 0, and call SetViewTarget() on that player controller, with the camera reference as argument