Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UGameplayStatics
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h |
| Include | #include "Kismet/GameplayStatics.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp |
static bool SetGamePaused
&40;
const UObject &42; WorldContextObject,
bool bPaused
&41;
Remarks
Sets the game's paused state Whether the game was successfully paused/unpaused
Parameters
| Name | Description |
|---|---|
| bPaused | Whether the game should be paused or not |