Unreal Engine Blueprint API Reference > Game
Sets the game's paused state
Target is Gameplay Statics
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
boolean | Paused | Whether the game should be paused or not |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Return Value | Whether the game was successfully paused/unpaused |