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 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.
44This 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.
9113 . 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)
You can’t perform that action at this time.
0 commit comments