Unreal Equivlent of Unity's 'Scene View' while playing?

Might be a little too late, but instead of using F8 you can try using Unreal’s splitscreen feature.

Reference: https://docs.unrealengine.com/4.27/en-US/RenderingAndGraphics/ParticleSystems/Optimization/SplitScreen/

TL;DR

  1. During “Play” mode, type debugCreatePlayer 1 into the console to create player 2 in a splitscreen.
  2. ssswapControllers to swap controllers if you don’t have a second controller.
  3. Unreal splitscreen supports up 4 players. So theres 3 different angles to view your object.
    debugCreatePlayer [id], so debugCreatePlayer 3 doesn’t give you 3 players, instead create a player with id of 3 in a splitscreen.
1 Like