Installation
Requirements
- Unreal Engine 5.6.x
- A C++ project or a project that can build plugins from source
Install Into a Project
- Close Unreal Editor.
- Extract the
GraphMinimapplugin folder into your project’sPluginsdirectory. - Reopen the project.
- If prompted, allow Unreal to build the plugin.
- Make sure the plugin is enabled in
Edit > Plugins.
Expected install path:
YourProject/
Plugins/
GraphMinimap/
After Installation
Once the project opens successfully:
- Open a supported graph editor
- Use the graph editor
Windowmenu and chooseGraph Minimap - If desired, configure the plugin in
Editor Preferences > Plugins > Graph Minimap
Notes
- Graph Minimap is an editor-only plugin.
- It does not affect runtime gameplay builds.
- If Unreal asks to rebuild the plugin, let it compile before testing.