Installation
After purchasing from the Unreal Engine Marketplace, install the plugin through your Epic Games Launcher:
- Open the Epic Games Launcher
- Navigate to your Library
- Find
Minimap, Map and Navigation Systemin your Vault - Click "Install to Engine" and select your engine version
Enabling the Plugin
Once installed, you need to enable the plugin in your project:
- Open your Unreal Engine project
- Go to Edit → Plugins
- Search for
Minimap Map Navigation - Check the "Enabled" box
- Restart the editor when prompted
⚠️ Important: Make sure to restart the editor after enabling the plugin for changes to take effect.
Quick Setup
Follow these steps to get your minimap system running:
- Create a new level or open an existing one
- Place a
MapBoundsActorin your level (found in the plugin's content folder) - Configure the bounds to match your level area
- Add the Minimap widget to your player's HUD
- Configure your POI datatable
💡 Quick Start: Check out the example level included with the plugin for a working implementation!