Unreal Engine 3 inherently supports split screen up to 4 viewports for 4 local players. In GameViewportClient.uc, there is an enum named ESplitScreenType, which lists different layouts for different numbers of players.
eSST_NONE
eSST_2P_HORIZONTAL
eSST_2P_VERTICAL
...
Split Screen
Unknown
6:14 AM
No comments
Edit