This repository was archived by the owner on May 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ The plugin can be used in both C++ and Blueprint projects.
8
8
9
9
### Blueprint projects
10
10
11
- ** At the moment, the package is compatible only with Unreal Engine 4.**
12
-
13
11
1 . Download [ ** package file** ] ( https://github.com/TrickyFatCat/TrickyGameMode/releases/ ) ;
14
- 2 . Unzip the package to the Plugins folder in engine folder, e.g. ` C:\Program Files\Epic Games\UE_4.27\Engine\Plugins ` ;
12
+ 2 . Install the plugin either in your project or for all projects in engine:
13
+ * Unzip the package into Plugins folder of your project, e.g. ` D:\UnrealProjects\MyProject\Plugins ` ;
14
+ * Unzip the package to the Plugins folder in engine folder, e.g. ` C:\Program Files\Epic Games\UE_5.0\Engine\Plugins ` ;
15
15
3 . Restart the project;
16
16
17
17
In this case the plugin can be used for any blueprint project.
@@ -68,7 +68,8 @@ A player controller actor which has pause and GameModeSession states functionali
68
68
69
69
#### Functions
70
70
71
- 1 . ` OnGameModeStateChanged ` - called when the session state was changed.
71
+ 1 . ` PauseGame ` - pauses the game;
72
+ 2 . ` OnGameModeStateChanged ` - called when the session state was changed.
72
73
* Override this function if you want to implement your controller functionality when the state was changed;
73
74
74
75
## Quick setup
You can’t perform that action at this time.
0 commit comments