Is there a way to bring up the game-centre login prompt on demand, i've tried both the following
But nothing show's up on my iOS Device when I call them. Could it be something to do with the version of UDK I'm running (November release) or is there another back-door/roundabout way to get it to show up?
Code:
OnlineSubSystemGameCenter(class'GameEngine'.static.GetOnlineSubsystem()).ShowLoginUI(); class'GameEngine'.static.GetOnlineSubsystem().PlayerInterface.ShowLoginUI();
Comment