Combo Graph
Installation
Installation
As an Engine Plugin
Download Plugin from Marketplace and make sure it's enabled in your Plugins window: Edit > Plugins > Gameplay > Combo Graph
.
As a Project Plugin
It is best to add the plugin specifically to the project instead of using it from the engine because then you can update on a case-by-case and as needed basis (which is great to lock down your dependencies)
If you leave a copy in both the engine and project, the engine will always use the one in your project but the launcher will still tell you when there is an update.
- Once the plugin is installed from Epic Launcher
- Locate where the engine is installed and Navigate to the installation folder for marketplace plugins. By default, Combo Graph should be installed in
...\UE_4.27\Engine\Plugins\Marketplace\ComboGraph
- Create a Plugins folder in your project
- Copy the Plugin folder from the Engine Plugins to your project's plugin folder (
../UE_4.27/Engine/Plugins/Marketplace/ComboGraph
toYourProject/Plugins/ComboGraph
) - Start the project
- Make sure it's enabled in your Plugins window:
Edit > Plugins > Gameplay > Combo Graph
.