Enum ETwoPlayerSplitScreenType Path C++ Link /Script/EngineSettings.ETwoPlayerSplitScreenType underlying uint8 /Script/EngineSettings Values 3 NameValueHex Horizontal00x00Vertical10x01ETwoPlayerSplitScreenType_MAX20x02 Used by 1types with a member, parameter or interface of this type UGameMapsSettings // /Script/EngineSettings.ETwoPlayerSplitScreenType enum class ETwoPlayerSplitScreenType : uint8 { Horizontal = 0, Vertical = 1, ETwoPlayerSplitScreenType_MAX = 2, };