File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CheckAppInstance
22Plugin for UE4/5 project.
3- This plugin makes it possible only one instance of your game can be run at the same time.
4- This plugin created mostly who don't like C++ and work only with blueprints.
5-
6- # Install
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.
11- 3 . Call on EventInit method CheckAnotherAppInstance.
12- 4 . ProjectSettings -> Maps&Modes -> Game Instance Class: BP_GameInstance.
3+ This plugin makes it possible only one instance of your game can be run at the same time.
4+ This can be controlled with the launch argument
5+ -checkinst=<0/1|false/true> it's useful for testing multiplayer game on a single pc.
6+ Example: game.exe -checkinst=0
137
148** C++/Blueprints functions:**
159- CheckAnotherAppInstance(bool IsEnabled = true)
1610
11+ ProjectSettings -> Maps&Modes -> Game Instance Class: BP_GameInstance
1712<img src =" Example.png " />
1813
19-
20-
21-
14+ # Install
15+ You can install manually by extracting archive (CheckAppInstance-X.X.X...zip) from
16+ [ Releases] ( https://github.com/mrbindraw/CheckAppInstance/releases ) to your project plugins folder
17+ or build example project (ExamplePrj-UEX.X-CheckAppInstance-X.X.X.zip).
18+ You can install it from the marketplace [ CheckAppInstance] ( https://www.fab.com/listings/c17f1eb9-dfd8-4f41-ba30-e6c6c43d7c98 )
You can’t perform that action at this time.
0 commit comments