unreal.SplitScreenType

class unreal.SplitScreenType

Bases: EnumBase

Enum of the different splitscreen types

C++ Source:

  • Module: Engine

  • File: ViewportSplitScreen.h

FOUR_PLAYER_GRID: SplitScreenType = Ellipsis

4 Player grid split

Type:

7

FOUR_PLAYER_HORIZONTAL: SplitScreenType = Ellipsis

4 Player horizontal split

Type:

9

FOUR_PLAYER_VERTICAL: SplitScreenType = Ellipsis

4 Player vertical split

Type:

8

NONE: SplitScreenType = Ellipsis

No split

Type:

0

SPLIT_TYPE_COUNT: SplitScreenType = Ellipsis

10

THREE_PLAYER_FAVOR_BOTTOM: SplitScreenType = Ellipsis

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

Type:

4

THREE_PLAYER_FAVOR_TOP: SplitScreenType = Ellipsis

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

Type:

3

THREE_PLAYER_HORIZONTAL: SplitScreenType = Ellipsis

3 Player horizontal split

Type:

6

THREE_PLAYER_VERTICAL: SplitScreenType = Ellipsis

3 Player vertical split

Type:

5

TWO_PLAYER_HORIZONTAL: SplitScreenType = Ellipsis

2 player horizontal split

Type:

1

TWO_PLAYER_VERTICAL: SplitScreenType = Ellipsis

2 player vertical split

Type:

2