Installation
After purchasing from the Unreal Engine Marketplace, install 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
- 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.
Quick Setup
- Create a new level or open an existing one
- Place a
MapBoundsActorin your level (plugin 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!