ShooterGame 4.4.3 (PC): Displaying splitscreen lobby in main menu

I’m reading through the ShooterGame 4.4.3 code at the moment and have stumbled across SShooterSplitScreenLobbyWidget - a splitscreen lobby that lets additional local players join in using their 360 controllers - which looks like it should be appearing when I go into HOST > TEAM DEATHMATCH (see ShooterMainMenu.cpp:118). I’ve tried running the game on PC with 4 controllers connected but can’t get the lobby to appear from the main menu.

Has anyone got this working? Is this a console-only feature perhaps?

Ah, just answered my own question. It’s guarded with #if SHOOTER_CONSOLE_UI in ShooterMainMenu.cpp:106. Duh.