Installations#
GK Fog of War is a project plugin, it can be added to your project easily without overlapping with your own files
From the marketplace#
- Click on add to project 
Note
The plugin is installed inside UE_5.X/Engine/Plugins/Marketplace/GKFogOfWar
From Source#
- Simply add the plugin as a git submodule. 
- Regenerate the project solution and compile it 
- Enable the plugin using the editor 
git submodule add git@gitlab.com:Delaunay/gkfogofwar.git Plugins/GKFogOfWar
Note
GKFogOfWar supports 3 installation locations:
- Marketplace: - UE_5.X/Engine/Plugins/Marketplace/GKFogOfWar
- Engine: - UE_5.X/Engine/Plugins/GKFogOfWar
- Project: - <Project>/Plugins/GKFogOfWar
