Navigation
API > API/Runtime > API/Runtime/EngineSettings
Ways the screen can be split with three players.
| Name | EThreePlayerSplitScreenType::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/EngineSettings/Classes/GameMapsSettings.h |
| Include Path | #include "GameMapsSettings.h" |
Syntax
namespace EThreePlayerSplitScreenType
{
enum Type
{
FavorTop,
FavorBottom,
Vertical,
Horizontal,
}
}
Values
| Name | Remarks |
|---|---|
| FavorTop | |
| FavorBottom | |
| Vertical | |
| Horizontal |