UE3 - UDK Pause Game

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Icaroto

New Member
Mar 7, 2012
4
0
0
How can I pause the game with a simple code line?

I mean, when a press a button in game I want the entire game freezes, a hud appars and I can make choose some options...

In other worlds, a custom pause menu...
For now, a make a hud appear with GFxMoviePlayer... but the game behind still "working"...

Is there a way to freeze the game?
Code, kismet... ANYTHING?
 

DannyMeister

UT3 Jailbreak Coder
Dec 11, 2002
1,275
1
38
40
Bolivar, Missouri
GameInfo.SetPause(). I believe the UDK also comes with a prebuilt pause menu, doesn't it? You should be able to substitute that scaleform menu with your own and get all the bindings and pause functionality for free.