unreal.SplitScreenType

class unreal.SplitScreenType

Bases: EnumBase

Enum of the different splitscreen types

C++ Source:

  • Module: Engine

  • File: ViewportSplitScreen.h

FOUR_PLAYER_GRID: SplitScreenType

4 Player grid split

Type:

7

FOUR_PLAYER_HORIZONTAL: SplitScreenType

4 Player horizontal split

Type:

9

FOUR_PLAYER_VERTICAL: SplitScreenType

4 Player vertical split

Type:

8

NONE: SplitScreenType

No split

Type:

0

SPLIT_TYPE_COUNT: SplitScreenType

10

THREE_PLAYER_FAVOR_BOTTOM: SplitScreenType

3 Player split with 1 player on bottom and 2 on top

Type:

4

THREE_PLAYER_FAVOR_TOP: SplitScreenType

3 Player split with 1 player on top and 2 on bottom

Type:

3

THREE_PLAYER_HORIZONTAL: SplitScreenType

3 Player horizontal split

Type:

6

THREE_PLAYER_VERTICAL: SplitScreenType

3 Player vertical split

Type:

5

TWO_PLAYER_HORIZONTAL: SplitScreenType

2 player horizontal split

Type:

1

TWO_PLAYER_VERTICAL: SplitScreenType

2 player vertical split

Type:

2