Might be a little too late, but instead of using F8
you can try using Unreal’s splitscreen feature.
TL;DR
- During “Play” mode, type
debugCreatePlayer 1
into the console to create player 2 in a splitscreen. ssswapControllers
to swap controllers if you don’t have a second controller.- Unreal splitscreen supports up 4 players. So theres 3 different angles to view your object.
→debugCreatePlayer [id]
, sodebugCreatePlayer 3
doesn’t give you 3 players, instead create a player with id of 3 in a splitscreen.