Skip to content

Commit 9ec07a4

Browse files
committed
Update README.md
1 parent fc01677 commit 9ec07a4

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# CheckAppInstance
22
Plugin for UE4 project.
3-
This plugin make possible only one instance of your game can be run at the same time.
3+
This plugin makes it possible only one instance of your game can be run at the same time.
44
This plugin created mostly who don't like C++ and work only with blueprints.
55

66
# Install
7-
1. Unzip CheckAppInstance-X.X.X-build-win64-ueX.XX.X.zip into ROOT_UE4\Engine\Plugins
8-
2. Make Blueprint class BP_GameInstance derived from GameInstance.
7+
1. https://www.unrealengine.com/marketplace/en-US/product/checkappinstance
8+
or manual unzip CheckAppInstance-X.X.X-build-win64-ueX.XX.X.zip from
9+
https://github.com/mrbindraw/CheckAppInstance/releases into ROOT_UE4\Engine\Plugins.
10+
2. Create Blueprint class BP_GameInstance derived from GameInstance.
911
3. Call on EventInit method CheckAnotherAppInstance.
10-
4. ProjectSettings -> Maps&Modes -> Game Instance Class: BP_GameInstance
12+
4. ProjectSettings -> Maps&Modes -> Game Instance Class: BP_GameInstance.
1113

1214
**C++/Blueprints functions:**
1315
- CheckAnotherAppInstance(bool IsEnabled = true)

0 commit comments

Comments
 (0)